This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: IllegalMonitorStateException in URLClassLoader
- From: Tom Tromey <tromey at redhat dot com>
- To: Juerg Lehni <lehni at gmx dot net>
- Cc: java at gcc dot gnu dot org
- Date: 26 May 2006 17:06:39 -0600
- Subject: Re: IllegalMonitorStateException in URLClassLoader
- References: <85BA3668-AD8E-4C9E-A3EE-CFDF33B39900@gmx.net>
- Reply-to: tromey at redhat dot com
>>>>> "Juerg" == Juerg Lehni <lehni@gmx.net> writes:
Juerg> java.lang.IllegalMonitorStateException: current thread not owner
Juerg> at gnu.java.net.protocol.jar.Connection.getJarFile (libgcj.7.dylib)
Juerg> at java.net.URLClassLoader$JarURLLoader.<init> (libgcj.7.dylib)
Juerg> at java.net.URLClassLoader.addURLImpl (libgcj.7.dylib)
Juerg> at java.net.URLClassLoader.addURLImpl (libgcj.7.dylib)
Juerg> at java.net.URLClassLoader.addURLs (libgcj.7.dylib)
Juerg> It seems to be a problem with GCJ but I could not figure out why this
Juerg> happens. Any thougts?
Offhand, no. To me this says that something fairly fundamental has
gone wrong. It shouldn't really be possible to get an
IllegalMonitorStateException from this code.
Tom