FreeBSD Bugzilla – Attachment 189881 Details for
Bug 225054
java/openjdk* : fails to build with clang 6.0 (blocks 571 ports)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix attempt to reinitialize read-only memory
java__openjdk8-clang6-fixes-2.diff (text/plain), 1.26 KB, created by
Dimitry Andric
on 2018-01-18 11:31:02 UTC
(
hide
)
Description:
Fix attempt to reinitialize read-only memory
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2018-01-18 11:31:02 UTC
Size:
1.26 KB
patch
obsolete
>Index: java/openjdk8/files/patch-hotspot_src_share_vm_services_memTracker.cpp >=================================================================== >--- java/openjdk8/files/patch-hotspot_src_share_vm_services_memTracker.cpp (nonexistent) >+++ java/openjdk8/files/patch-hotspot_src_share_vm_services_memTracker.cpp (working copy) >@@ -0,0 +1,13 @@ >+--- hotspot/src/share/vm/services/memTracker.cpp.orig 2018-01-12 22:57:57 UTC >++++ hotspot/src/share/vm/services/memTracker.cpp >+@@ -67,10 +67,6 @@ NMT_TrackingLevel MemTracker::init_tracking_level() { >+ os::unsetenv(buf); >+ } >+ >+- // Construct NativeCallStack::EMPTY_STACK. It may get constructed twice, >+- // but it is benign, the results are the same. >+- ::new ((void*)&NativeCallStack::EMPTY_STACK) NativeCallStack(0, false); >+- >+ if (!MallocTracker::initialize(level) || >+ !VirtualMemoryTracker::initialize(level)) { >+ level = NMT_off; > >Property changes on: java/openjdk8/files/patch-hotspot_src_share_vm_services_memTracker.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 225054
:
189594
|
189672
| 189881