javaprims.h: Regenerated class list.
authorTom Tromey <tromey@redhat.com>
Sun, 2 Sep 2001 06:26:09 +0000 (06:26 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 2 Sep 2001 06:26:09 +0000 (06:26 +0000)
* gcj/javaprims.h: Regenerated class list.
* java/lang/IllegalThreadStateException.java,
java/lang/InstantiationException.java: Minor comment tweaks to
satisfy libgcj `classes.pl' script.

From-SVN: r45354

libjava/ChangeLog
libjava/gcj/javaprims.h
libjava/java/lang/IllegalThreadStateException.java
libjava/java/lang/InstantiationException.java

index d2249949cf6d8be427b254b3f0b439721d7a9570..fa020167dedcb4b92dabd29eccc88d32b6d6542f 100644 (file)
@@ -1,3 +1,10 @@
+2001-09-02  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.
+
 2001-09-01  Tom Tromey  <tromey@redhat.com>
 
        * Makefile.in: Rebuilt.
index d48ae17297614ba98d659da68ff8c498376551e0..e075bc1d84528346949cd9ad3619856e81cc483c 100644 (file)
@@ -186,6 +186,7 @@ extern "Java"
       class Runtime;
       class RuntimeException;
       class RuntimePermission;
+      class SecurityContext;
       class SecurityException;
       class SecurityManager;
       class Short;
@@ -202,8 +203,10 @@ extern "Java"
       class Throwable;
       class UnknownError;
       class UnsatisfiedLinkError;
+      class UnsupportedClassVersionError;
       class UnsupportedOperationException;
       class VMClassLoader;
+      class VMSecurityManager;
       class VerifyError;
       class VirtualMachineError;
       class Void;
index 7b4693ea49f95edd2afe9e46aa2598ac26dd1dee..587edd46707fb7043199a7aa239c062aab20d26c 100644 (file)
@@ -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 19237d74d2f4cb3d45646f07878bbe3a5f0deed9..29a82e0a5d8f46a7ffbedf8d15b8ffce74085307 100644 (file)
@@ -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.