This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: Update javaprims.h on branch


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]