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 class list


I'm checking this in.
This updates the class list in javaprims.h.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>
	* gcj/javaprims.h: Updated class declaration list.

Index: gcj/javaprims.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gcj/javaprims.h,v
retrieving revision 1.35
diff -u -r1.35 javaprims.h
--- gcj/javaprims.h 24 May 2002 10:40:47 -0000 1.35
+++ gcj/javaprims.h 17 Jun 2002 04:07:59 -0000
@@ -131,6 +131,7 @@
       class ArithmeticException;
       class ArrayIndexOutOfBoundsException;
       class ArrayStoreException;
+      class AssertionError;
       class Boolean;
       class Byte;
       class CPlusPlusDemangler;
@@ -204,7 +205,6 @@
       class ThreadDeath;
       class ThreadGroup;
       class ThreadLocal;
-      class ThreadLocal$Value;
       class Throwable;
       class UnknownError;
       class UnsatisfiedLinkError;
@@ -248,7 +248,6 @@
       class ArrayList;
       class Arrays;
       class Arrays$ArrayList;
-      class Arrays$ListImpl;
       class BasicMapEntry;
       class BitSet;
       class Calendar;
@@ -380,14 +379,15 @@
         class InflaterInputStream;
         class ZipConstants;
         class ZipEntry;
-        class ZipEnumeration;
         class ZipException;
         class ZipFile;
+        class ZipFile$PartialInputStream;
+        class ZipFile$ZipEntryEnumeration;
         class ZipInputStream;
         class ZipOutputStream;
       };
     };
-  };  
+  };
 };
   
 typedef struct java::lang::Object* jobject;


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