[Bug 307] StackOverflowError building xom-1.1 on ix86 hotspot (server & client)
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Mar 18 14:38:03 PDT 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=307
------- Comment #4 from mark at klomp.org 2009-03-18 21:38 -------
UnicodeUtil.java is a classic compiler torture test. From:
http://cafe.elharo.com/blogroll/eclipse-classpath-insanity/
Eclipse failed to compile one file in nu.xom, UnicodeUtil. That one file is
extremely challenging and a real torture test for various tools. It includes
some huge lookup tables that cause stack overflows in weak compilers and
analyzers. It is legal Java code, and it fits within the bounds of maximum
method size, but just barely. Eclipse used to be able to compile it, but it’s
been weakening from milestone to milestone. A lot of tools can’t handle this
class, and it looks likes between 3.2M4 or thereabouts and 3.2 final Eclipse
joined that number. Previously it couldn’t analyze that class, but at least
it could compile it. Now it can’t even compile it.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list