gcc/libjava/java/lang
Tom Tromey 5aca4c41f7 re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemetation)
gcc/java:
	PR libgcj/27729:
	* jcf.h (ACC_INVISIBLE): Changed value.
libjava:
	PR libgcj/27729:
	* java/lang/reflect/natField.cc (getAddr): Added parens.
	* java/lang/reflect/natConstructor.cc (getModifiersInternal):
	Renamed.  Don't mask flags.
	* java/lang/reflect/Constructor.java (CONSTRUCTOR_MODIFIERS): New
	constant.
	(getModifiersInternal): Renamed.
	(getModifiers): Rewrote.
	(isSynthetic, isVarArgs): New methods.
	(hashCode): Rewrote.
	(addTypeParameters, toGenericString): New methods.
	(getTypeParameters): Rewrote.
	(getSignature): New method.
	(getGenericParameterTypes, getGenericExceptionTypes): Likewise.
	* java/lang/reflect/natMethod.cc (getModifiersInternal):
	Renamed.  Don't mask flags.
	* java/lang/reflect/natField.cc (getModifiersInternal): Renamed.
	Don't mask flags.
	* java/lang/reflect/Modifier.java (BRIDGE, VARARGS, SYNTHETIC,
	ENUM): New constants.
	(INVISIBLE): Changed value.
	* java/lang/reflect/Method.java: Mostly merged with Classpath.
	(getModifiersInternal): Renamed.
	(getModifiers): Rewrote.
	(isBridge, isSynthetic, isVarArgs): New methods.
	(toGenericString): Likewise.
	(getTypeParameters): Likewise.
	(getSignature): Likewise.
	(getGenericExceptionTypes, getGenericParameterTypes,
	getGenericReturnType): Likewise.
	(METHOD_MODIFIERS): New constant.
	* java/lang/reflect/Field.java: Mostly merged with Classpath.
	Added javadoc everywhere.
	(getModifiersInternal): Renamed.
	(getModifiers, isSynthetic, isEnumConstant): Rewrote.
	(toGenericString): New method.
	(getGenericType, getSignature): Likewise.
	(FIELD_MODIFIERS): New constant.

From-SVN: r114046
2006-05-24 17:21:52 +00:00
..
ref re PR libgcj/25187 (dereferencing type-punned pointer warnings while building libgcj) 2006-02-09 01:35:33 +00:00
reflect re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemetation) 2006-05-24 17:21:52 +00:00
Character.java unicode-muncher.pl: Removed this file. 2006-03-28 16:12:52 +00:00
Class.h Imported GNU Classpath 0.90 2006-05-18 17:29:21 +00:00
Class.java Imported GNU Classpath 0.90 2006-05-18 17:29:21 +00:00
ClassLoader.java re PR libgcj/26103 (Wrong exception thrown) 2006-03-07 21:39:44 +00:00
EcosProcess.java
Math.java re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented) 2006-05-24 17:14:45 +00:00
Object.h Object.h (throwNoSuchMethodError): New method. 2005-12-08 14:19:13 +00:00
Object.java Object.h (throwNoSuchMethodError): New method. 2005-12-08 14:19:13 +00:00
Package.java
PosixProcess.java
Runtime.java re PR classpath/26990 (SecurityManager.checkExit() problem) 2006-04-04 23:25:09 +00:00
SecurityManager.java
String.java Character.java (SIZE, [...]): New fields from Classpath. 2006-01-07 00:46:28 +00:00
StringBuffer.java StringBuilder.java (appendCodePoint): New method. 2006-01-09 06:42:19 +00:00
StringBuilder.java StringBuilder.java (appendCodePoint): New method. 2006-01-09 06:42:19 +00:00
System.java win32.cc (_Jv_platform_nanotime): New function. 2006-03-09 18:47:54 +00:00
Thread.java Imported GNU Classpath 0.90 2006-05-18 17:29:21 +00:00
VMClassLoader.java
VMCompiler.java SystemClassLoader.java (addClass): Get the value of package-private field "loadedClasses" using reflection. 2006-04-11 17:23:00 +01:00
VMDouble.java re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
VMFloat.java re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
VMSecurityManager.java
VMThrowable.java
Win32Process.java
natCharacter.cc unicode-muncher.pl: Removed this file. 2006-03-28 16:12:52 +00:00
natClass.cc natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_UNUSED for HAVE_TLS == 0. 2006-05-21 00:03:19 +02:00
natClassLoader.cc natClassLoader.cc: Add comments. 2006-05-10 17:50:09 +00:00
natDouble.cc re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
natEcosProcess.cc
natFloat.cc re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
natMath.cc re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented) 2006-05-24 17:14:45 +00:00
natObject.cc
natPosixProcess.cc * java/lang/natPosixProcess.cc (reap): Ignore unknown children. 2006-01-05 17:35:20 +00:00
natRuntime.cc natThread.cc (finish_): Don't clear 'group'. 2006-01-06 01:03:45 +00:00
natString.cc re PR libgcj/23495 (java.lang.String.equals is suboptimal) 2006-03-10 00:39:49 +00:00
natStringBuffer.cc
natStringBuilder.cc
natSystem.cc win32.cc (_Jv_platform_nanotime): New function. 2006-03-09 18:47:54 +00:00
natThread.cc sources.am, [...]: Rebuilt. 2006-05-13 02:16:22 +00:00
natVMClassLoader.cc re PR libgcj/27294 (gij throws NullPointerException, when the interpreter is not enabled) 2006-05-05 15:05:20 +00:00
natVMSecurityManager.cc
natVMThrowable.cc
natWin32Process.cc