Commit 75df3baf by Tom Tromey Committed by Tom Tromey

javaprims.h: Regenerated class list.

	* 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
parent 7eee682b
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> 2001-09-01 Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt. * Makefile.in: Rebuilt.
......
...@@ -186,6 +186,7 @@ extern "Java" ...@@ -186,6 +186,7 @@ extern "Java"
class Runtime; class Runtime;
class RuntimeException; class RuntimeException;
class RuntimePermission; class RuntimePermission;
class SecurityContext;
class SecurityException; class SecurityException;
class SecurityManager; class SecurityManager;
class Short; class Short;
...@@ -202,8 +203,10 @@ extern "Java" ...@@ -202,8 +203,10 @@ extern "Java"
class Throwable; class Throwable;
class UnknownError; class UnknownError;
class UnsatisfiedLinkError; class UnsatisfiedLinkError;
class UnsupportedClassVersionError;
class UnsupportedOperationException; class UnsupportedOperationException;
class VMClassLoader; class VMClassLoader;
class VMSecurityManager;
class VerifyError; class VerifyError;
class VirtualMachineError; class VirtualMachineError;
class Void; class Void;
......
/* IllegalThreadStateException.java -- exception thrown when trying to /* IllegalThreadStateException.java -- exception thrown when trying to
suspend or resume an object of class Thread when it is not in an suspend or resume a Thread when it is not in an appropriate state
appropriate state for the operation. for the operation.
Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
......
/* InstantiationException.java -- exception thrown when trying to instantiate /* 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. Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment