[Bug 3151] [IcedTea7] Zero build fails with pch disabled

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Oct 25 12:17:09 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3151

--- Comment #17 from Andrew John Hughes <gnu.andrew at redhat.com> ---
Yeah, my above results were after some initial fixing. It turns out that some
of the header files, like methodHandles_zero.hpp aren't real header files at
all, but partial chunks that are incorporated into other header files. As such,
you can't fix the need for ZeroEntry in the header file itself, but have to
conditionally include entry_zero.hpp in the header file which includes the
*_zero.hpp file. On examining the preprocessor output again, I saw that
ZeroEntry was there but ending up inside another class.

After completing my fix, I went to check if it still failed with OpenJDK 9
before filing a bug. It turned out it didn't because of
https://bugs.openjdk.java.net/browse/JDK-8078628 which contains many of the
same changes applied there, but never backported :/

-- 
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/20161025/f4daab21/attachment.html>


More information about the distro-pkg-dev mailing list