This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: Update javaprims.h on branch
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 30 Dec 2002 16:15:55 -0700
- Subject: Patch: FYI: Update javaprims.h on branch
- Reply-to: tromey at redhat dot com
I'm checking this in on the 3.3 branch.
This updates the class list in javaprims.h.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* gcj/javaprims.h: Updated class list.
Index: gcj/javaprims.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gcj/javaprims.h,v
retrieving revision 1.42
diff -u -r1.42 javaprims.h
--- gcj/javaprims.h 30 Sep 2002 05:19:07 -0000 1.42
+++ gcj/javaprims.h 30 Dec 2002 23:12:08 -0000
@@ -230,16 +230,18 @@
class Array;
class Constructor;
class Field;
- class InvocationHandler;
+ class InvocationHandler;
class InvocationTargetException;
class Member;
class Method;
class Modifier;
- class Proxy;
- class Proxy$ProxyData;
- class Proxy$ProxyType;
+ class Proxy;
+ class Proxy$ClassFactory;
+ class Proxy$ProxyData;
+ class Proxy$ProxySignature;
+ class Proxy$ProxyType;
class ReflectPermission;
- class UndeclaredThrowableException;
+ class UndeclaredThrowableException;
};
};
@@ -334,7 +336,6 @@
class RandomAccess;
class RandomAccessSubList;
class ResourceBundle;
- class ResourceBundle$Security;
class Set;
class SimpleTimeZone;
class SortedMap;
@@ -369,6 +370,13 @@
class JarInputStream;
class JarOutputStream;
class Manifest;
+ };
+
+ namespace regex
+ {
+ class Matcher;
+ class Pattern;
+ class PatternSyntaxException;
};
namespace zip