gcc/libjava
Tom Tromey e409a2c8f4 Modifier.java (ALL_FLAGS): New constant.
* java/lang/reflect/Modifier.java (ALL_FLAGS): New constant.
	* resolve.cc: Removed constants defined by
	java.lang.reflect.Modifier.
	Include <java/lang/reflect/Modifier.h>.
	(_Jv_ResolvePoolEntry): Use values from Modifier.
	(_Jv_DetermineVTableIndex): Likewise.
	(_Jv_PrepareClass): Likewise.
	(ncode): Likewise.
	* defineclass.cc (_Jv_ClassReader): Removed constants defined by
	java.lang.reflect.Modifier.
	Include <java/lang/reflect/Modifier.h>.
	(checkExtends): Use values from Modifier.
	(checkImplements): Likewise.
	(handleField): Likewise.
	(handleConstantValueAttribute): Likewise.
	(handleFieldsEnd): Likewise.
	(handleMethod ): Likewise.
	(handleMethodsEnd): Likewise.
	(handleClassBegin): Likewise.
	* interpret.cc: Removed constants defined by
	java.lang.reflect.Modifier.
	(continue1): Use values from Modifier.
	* java/lang/natClassLoader.cc: Removed constants defined by
	java.lang.reflect.Modifier.

From-SVN: r29037
1999-09-01 22:02:20 +00:00
..
doc * doc/cni.sgml: Document RawData. 1999-05-05 16:15:04 -07:00
gnu/gcj natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStrings. 1999-08-18 14:16:42 +00:00
include posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex. 1999-09-01 21:03:18 +00:00
java Modifier.java (ALL_FLAGS): New constant. 1999-09-01 22:02:20 +00:00
testsuite G19990304_01.out: New file. 1999-08-25 18:38:58 +00:00
COPYING.LIB Initial revision 1999-04-07 14:42:40 +00:00
ChangeLog Modifier.java (ALL_FLAGS): New constant. 1999-09-01 22:02:20 +00:00
LIBGCJ_LICENSE Initial revision 1999-04-07 14:42:40 +00:00
Makefile.am Makefile.am (.java.lo): Add rule. 1999-09-01 18:22:05 +00:00
Makefile.in Makefile.am (.java.lo): Add rule. 1999-09-01 18:22:05 +00:00
NEWS [multiple changes] 1999-08-08 14:06:23 +00:00
THANKS [multiple changes] 1999-08-10 05:32:23 +00:00
acconfig.h configure.in: Check for in_addr_t in netinet/in.h too. 1999-08-21 14:26:44 +00:00
acinclude.m4 [multiple changes] 1999-08-10 05:32:23 +00:00
aclocal.m4 aclocal.m4, configure: Rebuilt for new libtool. 1999-08-03 03:07:04 +00:00
boehm.cc boehm.cc: Undefine TRUE and FALSE. 1999-08-24 04:01:06 +00:00
chartables.pl Initial revision 1999-04-07 14:42:40 +00:00
classes.pl javaprims.h: Updated namespace declarations. 1999-05-12 11:23:44 +00:00
configure configure.in: Check for in_addr_t in netinet/in.h too. 1999-08-21 14:26:44 +00:00
configure.host prims.cc (JvRunMain): Always initialize arithexception. 1999-07-21 15:11:56 +00:00
configure.in configure.in: Check for in_addr_t in netinet/in.h too. 1999-08-21 14:26:44 +00:00
defineclass.cc Modifier.java (ALL_FLAGS): New constant. 1999-09-01 22:02:20 +00:00
exception.cc ServerSocket.java: Define ANY_IF. 1999-08-03 01:30:53 +01:00
gij.cc natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStrings. 1999-08-18 14:16:42 +00:00
interpret.cc Modifier.java (ALL_FLAGS): New constant. 1999-09-01 22:02:20 +00:00
jni.cc Initial revision 1999-04-07 14:42:40 +00:00
libgcj.spec.in [multiple changes] 1999-08-08 14:06:23 +00:00
libtool-version libtool-version: New file. 1999-05-07 17:00:51 +00:00
mauve-libgcj * mauve-libgcj: Disable Object Serialization tests. 1999-07-25 08:48:25 +00:00
no-threads.cc Initial revision 1999-04-07 14:42:40 +00:00
nogc.cc Initial revision 1999-04-07 14:42:40 +00:00
posix-threads.cc posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex. 1999-09-01 21:03:18 +00:00
prims.cc natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStrings. 1999-08-18 14:16:42 +00:00
quick-threads.cc Initial revision 1999-04-07 14:42:40 +00:00
resolve.cc Modifier.java (ALL_FLAGS): New constant. 1999-09-01 22:02:20 +00:00