gcc/libjava/java/lang
Keith Seitz 3056423a31 Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase instead of _Jv_InterpMethod.
* java/lang/Class.h (_Jv_FindInterpreterMethod): Change return type
        to _Jv_MethodBase instead of _Jv_InterpMethod.
        * java/lang/natClass.cc (_Jv_FindInterpreterMethod): Likewise.
        Do not check access flags.
        Fix some minor style anomalies.

From-SVN: r116730
2006-09-06 22:16:59 +00:00
..
management Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
ref
reflect
Character.java
Class.h Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase instead of _Jv_InterpMethod. 2006-09-06 22:16:59 +00:00
Class.java Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
ClassLoader.java
EcosProcess.java
Math.java
natCharacter.cc
natClass.cc Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase instead of _Jv_InterpMethod. 2006-09-06 22:16:59 +00:00
natClassLoader.cc
natDouble.cc
natEcosProcess.cc
natFloat.cc
natMath.cc
natObject.cc
natPosixProcess.cc
natRuntime.cc
natString.cc
natStringBuffer.cc
natStringBuilder.cc
natSystem.cc
natThread.cc re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with garbage collector) 2006-08-21 22:07:30 +00:00
natVMClassLoader.cc
natVMSecurityManager.cc
natVMThrowable.cc
natWin32Process.cc
Object.h
Object.java
Package.java
PosixProcess.java
Runtime.java
SecurityManager.java
String.java
StringBuffer.java
StringBuilder.java
System.java System.java (setSecurityManager): Javadoc fix. 2006-08-09 08:46:34 +00:00
Thread.java Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
VMClassLoader.java
VMCompiler.java
VMDouble.java
VMFloat.java
VMSecurityManager.java
VMThrowable.java
Win32Process.java