Date: Sat, 13 Jan 2018 00:15:54 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 225054] java/openjdk* : fails to build with clang 6.0 (blocks 571 ports) Message-ID: <bug-225054-8522-AKrISxBfPV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225054-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-225054-8522@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225054 --- Comment #12 from Dimitry Andric <dim@FreeBSD.org> --- Created attachment 189672 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189672&action= =3Dedit 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: repla= ces 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225054-8522-AKrISxBfPV>