mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 21:33:59 +08:00
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
This commit is contained in:
parent
7eee682ba8
commit
75df3bafe1
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user