[Bug 3209] [IcedTea7] Backport "8157306: Random infrequent null pointer exceptions in javac"

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Oct 27 17:18:35 UTC 2016


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

Andrew John Hughes <gnu.andrew at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|2.6.8                       |2.6.9

--- Comment #4 from Andrew John Hughes <gnu.andrew at redhat.com> ---
I attempted a backport of this as-is in OpenJDK 8, with ifdefs for AArch64, but
that fails because insert_anti_dependences isn't accessible from
Block::call_catch_cleanup on OpenJDK 7.

insert_anti_dependences is a private method of the PhaseCFG class. On 8,
Block::call_catch_cleanup has been changed to PhaseCFG::call_catch_cleanup by
"8023988: Move local scheduling of nodes to the CFG creation and code motion
phase (PhaseCFG)", making it accessible.

Backing this out for now and delaying to 2.6.9.

-- 
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/20161027/84ebef4b/attachment.html>


More information about the distro-pkg-dev mailing list