FreeBSD Bugzilla – Attachment 212591 Details for
Bug 244961
java/openjdk13: Fails to build 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 20:21:57 UTC
(
hide
)
Description:
Patch for src/hotspot/share/runtime/arguments.cpp
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2020-03-21 20:21:57 UTC
Size:
700 bytes
patch
obsolete
>--- src/hotspot/share/runtime/arguments.cpp 2020-01-16 20:50:30.000000000 +0100 >+++ src/hotspot/share/runtime/arguments.cpp 2020-03-21 17:00:38.001530000 +0100 >@@ -1445,7 +1445,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 244961
:
212591
|
212592
|
212593
|
212594
|
212595
|
212820