[ nice-Bugs-1118782 ] java.lang.InternalError with -Xdebug
"SourceForge.net" <[email protected]> Tue, 08 Feb 2005 09:41:26 -0800
| Newsgroups | gmane.comp.lang.nice.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1118782, was opened at 2005-02-08 20:38
Message generated for change (Comment added) made by artemgr
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=1118782&group_id=12788
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Artem Gr Kozarezov (artemgr)
Assigned to: Nobody/Anonymous (nobody)
Summary: java.lang.InternalError with -Xdebug
Initial Comment:
JDK 1.4.2 throws java.lang.InternalError when using
both the Nice compiler and the JDK's -Xdebug option.
----------------------------------------------------------------------
>Comment By: Artem Gr Kozarezov (artemgr)
Date: 2005-02-08 20:41
Message:
Logged In: YES
user_id=289741
The code failing:
hotspot/src/share/vm/oops/symbolKlass.cpp
symbolOop symbolKlass::allocate_symbol(u1* name, int len,
TRAPS) {
// Don't allow symbol oops to be created which cannot fit
in a symbolOop.
if (len > symbolOopDesc::max_length()) {
THROW_MSG_0(vmSymbols::java_lang_InternalError(),
"name is too long to represent");
}
...
----------------------------------------------------------------------
Comment By: Artem Gr Kozarezov (artemgr)
Date: 2005-02-08 20:39
Message:
Logged In: YES
user_id=289741
The stack trace:
An exception has occured in the compiler
Please fill-in a bug report at the following webpage:
http://sourceforge.net/tracker/?func=add&group_id=12788&atid=112788
Stack trace:
Exception in thread "PoolThread-3" java.lang.InternalError:
name is too long to represent
at java.lang.ClassLoader.defineClass0(ClassLoader.java)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at
java.security.AccessController.doPrivileged(AccessController.java)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at bossa.syntax.dispatch.resetAlternatives(dispatch.nice)
at bossa.modules.Package.startNewCompilation(Package.java:290)
at bossa.modules.fun.setMainPackage(Compilation.nice:78)
at bossa.modules.Compilation.setMainPackage(Compilation.nice)
at nice.tools.compiler.fun.compile(interface.nice:37)
at bossa.modules.Compilation.compile(Compilation.nice)
at ru.glim.nicetee.fun.compile(tee.nice:290)
at ru.glim.nicetee.Compiler.compile(tee.nice)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=1118782&group_id=12788
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click