Patch: FYI: regenerate class list

Tom Tromey tromey@redhat.com
Sat Sep 1 23:25:00 GMT 2001


This patch regenerates the class list in javaprims.h.
It also makes a couple comment tweaks (also in Classpath) to satisfy
the (lame-ish) classes.pl script.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* gcj/javaprims.h: Regenerated class list.
	* java/lang/IllegalThreadStateException.java,
	java/lang/InstantiationException.java: Minor comment tweaks to
	satisfy libgcj `classes.pl' script.

Index: gcj/javaprims.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gcj/javaprims.h,v
retrieving revision 1.26
diff -u -r1.26 javaprims.h
--- gcj/javaprims.h 2001/09/01 01:26:12 1.26
+++ gcj/javaprims.h 2001/09/02 06:24:49
@@ -186,6 +186,7 @@
       class Runtime;
       class RuntimeException;
       class RuntimePermission;
+      class SecurityContext;
       class SecurityException;
       class SecurityManager;
       class Short;
@@ -202,8 +203,10 @@
       class Throwable;
       class UnknownError;
       class UnsatisfiedLinkError;
+      class UnsupportedClassVersionError;
       class UnsupportedOperationException;
       class VMClassLoader;
+      class VMSecurityManager;
       class VerifyError;
       class VirtualMachineError;
       class Void;
Index: java/lang/IllegalThreadStateException.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/lang/IllegalThreadStateException.java,v
retrieving revision 1.4
diff -u -r1.4 IllegalThreadStateException.java
--- java/lang/IllegalThreadStateException.java 2001/09/02 06:18:48 1.4
+++ java/lang/IllegalThreadStateException.java 2001/09/02 06:24:50
@@ -1,6 +1,6 @@
-/* IllegalThreadStateException.java -- exception thrown when trying to 
-   suspend or resume an object of class Thread when it is not in an 
-   appropriate state for the operation.
+/* IllegalThreadStateException.java -- exception thrown when trying to
+   suspend or resume a Thread when it is not in an appropriate state
+   for the operation.
    Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
Index: java/lang/InstantiationException.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/lang/InstantiationException.java,v
retrieving revision 1.4
diff -u -r1.4 InstantiationException.java
--- java/lang/InstantiationException.java 2001/09/02 06:18:48 1.4
+++ java/lang/InstantiationException.java 2001/09/02 06:24:50
@@ -1,5 +1,5 @@
 /* InstantiationException.java -- exception thrown when trying to instantiate
-   interfaces and abstract classes using the newInstance method of class Class.
+   interfaces and abstract classes using Class.newInstance.
    Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.



More information about the Java-patches mailing list