gcc/libjava/java
Bryce McKinlay afb2dec526 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
2001-10-23 06:42:03 +01:00
..
applet
awt acinclude.m4: Fix spelling error of "separate" as "seperate". 2001-10-07 19:02:46 +01:00
beans Makefile.in: Rebuilt. 2001-10-15 17:46:06 +00:00
io BufferedWriter.java (write(String,int,int)): Correctly check bounds. 2001-10-18 23:43:59 +00:00
lang prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to allocate. 2001-10-23 06:42:03 +01:00
math BigInteger.java (init(int,Random)): New method. 2001-08-28 15:16:11 -07:00
net SocketPermission.java (hostport, actions): Now private. 2001-10-15 16:32:51 +00:00
rmi Activatable.java, [...]: RMI implementation from Kaffe. 2001-08-28 00:03:35 +00:00
security Security.java (loadProviders): Removed unused `pname' variable. 2001-10-18 17:51:47 +00:00
sql
text DecimalFormat.java (format): Use localized minus sign when generating exponent; never use `+'. 2001-10-05 21:25:23 +00:00
util GregorianCalendar.java (getGregorianChange): Removed `date' argument. 2001-10-23 04:16:13 +00:00