[Bug 2397] 64-bit VM hangs and fails to respond to any signal

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Jun 4 08:34:41 UTC 2015


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

Andrew Haley <aph at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aph at redhat.com

--- Comment #2 from Andrew Haley <aph at redhat.com> ---
JDK 7 over-enthusiastically vectorizes this code (as an OSR method), and the
resulting vectorized loop has no safepoint check.  In contrast, JDK 8 unrolls
the inner loop but does not vectorize it.

The inner loop is finite but very long in duration.  Eventually the safepoint
times out.

While this is a real bug, it is so extremely contrived that I don't think this
is a high priority.

A question for the original poster: where did this code come from?

-- 
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/20150604/e5bcc659/attachment.html>


More information about the distro-pkg-dev mailing list