[Bug 2034] New: icedtea 3 --enable-jamvm & --enable-cacao builds are broken, missing JVM_GetTemporaryDirectory impl.
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Oct 16 13:02:15 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2034
Bug ID: 2034
Summary: icedtea 3 --enable-jamvm & --enable-cacao builds are
broken, missing JVM_GetTemporaryDirectory impl.
Product: IcedTea
Version: 8-hg
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: JamVM
Assignee: xerxes at zafena.se
Reporter: xerxes at zafena.se
CC: unassigned at icedtea.classpath.org
--enable-jamvm and --enable-cacao builds are currently broken, rev ce71b7e69937
added a new JVM requirement to implement
JVM_GetTemporaryDirectory
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/ce71b7e69937
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/diff/ce71b7e69937/src/share/native/sun/misc/VMSupport.c
when using jamvm or cacao as the primary JVM then builds fails during linking
of libjava.so due to the missing implementation in libjvm.so
make[3]: Entering directory `/home/xranby/icedtea/build/openjdk-boot/jdk/make'
echo "Linking libjava.so"
Linking libjava.so
...
/home/xranby/icedtea/build/openjdk.build-boot/jdk/objs/libjava/VMSupport.o: In
function `Java_sun_misc_VMSupport_getVMTemporaryDirectory':
/home/xranby/icedtea/build/openjdk-boot/jdk/src/share/native/sun/misc/VMSupport.c:60:
undefined reference to `JVM_GetTemporaryDirectory'
collect2: error: ld returned 1 exit status
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20141016/42973fbc/attachment.html>
More information about the distro-pkg-dev
mailing list