FreeBSD Bugzilla – Attachment 212572 Details for
Bug 244947
java/openjdk12: Fails to build on on 13.0-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for src/hotspot/share/runtime/arguments.cpp
patch-src_hotspot_share_runtime_arguments.cpp (text/plain), 700 bytes, created by
Trond Endrestøl
on 2020-03-21 11:22:17 UTC
(
hide
)
Description:
Patch for src/hotspot/share/runtime/arguments.cpp
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2020-03-21 11:22:17 UTC
Size:
700 bytes
patch
obsolete
>--- src/hotspot/share/runtime/arguments.cpp 2019-09-19 23:44:40.000000000 +0200 >+++ src/hotspot/share/runtime/arguments.cpp 2020-03-20 22:50:41.007747000 +0100 >@@ -1449,7 +1449,7 @@ > // save it in _java_vendor_url_bug, so JVM fatal error handler can access > // its value without going through the property list or making a Java call. > _java_vendor_url_bug = os::strdup_check_oom(value, mtArguments); >- if (old_java_vendor_url_bug != DEFAULT_VENDOR_URL_BUG) { >+ if (strcmp(old_java_vendor_url_bug, DEFAULT_VENDOR_URL_BUG) != 0) { > assert(old_java_vendor_url_bug != NULL, "_java_vendor_url_bug is NULL"); > os::free((void *)old_java_vendor_url_bug); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244947
:
212572
|
212573
|
212574
|
212575
|
212576
|
212819