[Bug 2678] java process stuck with 100% CPU when running jflex on ARM32 (works with -Xint or Oracle's)
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Sat Oct 17 22:52:04 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2678
--- Comment #2 from James Le Cuirot <chewi at gentoo.org> ---
Changing the loop to this makes it work.
while ( !isTransition[i] && j < dfa.numInput ) {
isTransition[i] = dfa.table[i][j] != DFA.NO_TARGET;
j++;
}
--
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/20151017/48d5aa60/attachment.html>
More information about the distro-pkg-dev
mailing list