[Bug 225054] java/openjdk* : fails to build with clang 6.0 (blocks 571 ports)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 12 21:36:52 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225054
--- Comment #11 from Dimitry Andric <dim at 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 started
explicitly initializing it using placement new.
However, they also moved the variable into the NativeCallStack class, but as a
static const member! That simply cannot be right in any way.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-java
mailing list