[Bug libgcj/12001] _Jv_FindClass dumps core when Oracle's classes12.zip in $CLASSPATH

nbryant at allegientsystems dot com gcc-bugzilla@gcc.gnu.org
Thu Aug 21 04:28:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12001



------- Additional Comments From nbryant at allegientsystems dot com  2003-08-21 04:28 -------
I thought about this (making a parent class loader that handles the binary
classes, and making a child that handles the interpreted ones) but I wasn't sure
what the semantic consequences would be. So, I am currently testing a patch to
URLClassloader which delays the initialization of the protocol handlers until
after the class loader is completely constructed. this has the side effect of
moving the mutex locking to runtime instead of init time, but it shouldn't be
too bad.



More information about the Gcc-bugs mailing list