Date: Fri, 12 Jan 2018 21:36:52 +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-kheN5gPvCS@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 #11 from Dimitry Andric <dim@FreeBSD.org> --- The upstream commit that causes this problem is here: http://hg.openjdk.java.net/jdk/hs/rev/35e11b657728 They apparently used to have a r/w emptyStack variable in their memTracker.= cpp, but due to some issue with a "minimal build" (whatever that is), they start= ed explicitly initializing it using placement new. However, they also moved the variable into the NativeCallStack class, but a= s a static const member! That simply cannot be right in any way. --=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-kheN5gPvCS>