[Bug 225054] java/openjdk* : fails to build with clang 6.0 (blocks 571 ports)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 13 00:15:54 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225054
--- Comment #12 from Dimitry Andric <dim at FreeBSD.org> ---
Created attachment 189672
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189672&action=edit
clang 6 fixes for openjdk8
With the attached patch, I can build and run openjdk8. I have built a few
openjdk8-dependent ports, and ran them with light testing, all seems to work
fine.
1) patch-hotspot_src_os__cpu_bsd__x86_vm_atomic__bsd__x86.inline.hpp: replaces
a lock prefix before a label with a .byte directive
2) patch-hotspot_src_os__cpu_bsd__x86_vm_bsd__x86__32.s: idem
3) patch-hotspot_src_share_vm_services_memTracker.cpp: removes the placement
new that tries to reinitialize a static const object
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-java
mailing list