[Bug 307] StackOverflowError building xom-1.1 on ix86 hotspot (server & client)
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Mar 20 11:02:31 PDT 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=307
aph at redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #5 from aph at redhat.com 2009-03-20 18:02 -------
This isn't a bug. javac necessarily runs with a finite stack size, but there
is no limit in the JLS on the nesting complexity of a Java program, so javac
will always run out of stack space with some inputs. The need to set the stack
size explicitly when building particularly complex source files is well-known,
and this is even done while building OpenJDK itself.
--
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