This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/12001] _Jv_FindClass dumps core when Oracle's classes12.zip in $CLASSPATH
- From: "nbryant at allegientsystems dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Aug 2003 04:28:23 -0000
- Subject: [Bug libgcj/12001] _Jv_FindClass dumps core when Oracle's classes12.zip in $CLASSPATH
- References: <20030821012448.12001.nbryant@allegientsystems.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.