prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to allocate.
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>
Tue, 23 Oct 2001 05:42:03 +0000 (05:42 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Tue, 23 Oct 2001 05:42:03 +0000 (06:42 +0100)
commitafb2dec5269ed1cc728aed0a2cb169eef4ed66f3
treebf8ec1fbae17015b582311573e8b7f51bcecfd33
parent187e37f9a62262da037e88c34d58557ce1fecc80
prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to allocate.

        * prims.cc (_Jv_Abort): Always print error message using fprintf,
        don't try to allocate.
        (_Jv_CreateJavaVM): Set gcj::runTimeInitialized.
        * include/jvm.h (gcj::runTimeInitialized): New variable declaration.
        * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Handle
        duplicate class registration with JvFail if the runtime hasn't been
        initialized yet.

From-SVN: r46424
libjava/ChangeLog
libjava/include/jvm.h
libjava/java/lang/natClassLoader.cc
libjava/prims.cc