[Bug 2910] [IcedTea8] Add rudimentary support for OpenJDK 8 class files to CACAO
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Apr 7 18:55:37 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2910
Andrew John Hughes <gnu.andrew at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Andrew John Hughes <gnu.andrew at redhat.com> ---
Fix applied. CACAO build now fails with an assertion failure in the GC:
if [ -e
/home/andrew/builder/cacao-icedtea8/openjdk.build-boot/images/j2sdk-image/bin/java
] ; then \
/home/andrew/builder/cacao-icedtea8/openjdk.build-boot/images/j2sdk-image/bin/java
-cp /home/andrew/builder/cacao-icedtea8/test/cryptocheck.build TestCryptoLevel
; \
fi
touch stamps/add-archive-boot.stamp
java: malloc.c:2388: sysmalloc: Assertion `(old_top == (((mbinptr) (((char *)
&((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd))))
&& old_size == 0) || ((unsigned long) (old_size) >= (unsigned
long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2
*(sizeof(size_t))) - 1)) & ~((2 *(sizeof(size_t))) - 1))) && ((old_top)->size &
0x1) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
/bin/sh: line 2: 16648 Aborted (core dumped)
/home/andrew/builder/cacao-icedtea8/openjdk.build-boot/images/j2sdk-image/bin/java
-cp /home/andrew/builder/cacao-icedtea8/test/cryptocheck.build TestCryptoLevel
Makefile:2441: recipe for target 'stamps/check-crypto-boot.stamp' failed
--
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/20160407/82a06afc/attachment.html>
More information about the distro-pkg-dev
mailing list