]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libgcj/12001 (_Jv_FindClass dumps core when Oracle's classes12.zip in $CLASSPATH)
authorNathan Bryant <nbryant@optonline.net>
Wed, 14 Jan 2004 22:49:58 +0000 (22:49 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 14 Jan 2004 22:49:58 +0000 (22:49 +0000)
commit092b50e2d7faa1cf0441da77a0d2d72a983276b1
treead1e4f95a199b5b83e6350405b779ee01410517f
parent84568e14b534a808707d9e0894c6021792ca633d
re PR libgcj/12001 (_Jv_FindClass dumps core when Oracle's classes12.zip in $CLASSPATH)

PR libgcj/12001:
* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Pass empty
array to superclass.
(init): Changed interface; add URLs here.
(initialize): New static method.
* prims.cc (_Jv_CreateJavaVM): Initialize ClassLoader here...
(_Jv_RunMain): ... not here.

Co-Authored-By: Tom Tromey <tromey@redhat.com>
From-SVN: r75889
libjava/ChangeLog
libjava/gnu/gcj/runtime/VMClassLoader.java
libjava/prims.cc