gcc/libjava/java/lang
Keith Seitz f356a436f0 java-stack.h (ncodeMap): Declare.
* include/java-stack.h (ncodeMap): Declare.
        (_Jv_StackTrace): Make _Jv_GetMethodDeclaringClass friend.
        * java/lang/Class.h (_Jv_GetMethodDeclaringClass): Declare.
        * java/lang/natClass.cc (_Jv_GetMethodDeclaringClass): New
        function.
        * stacktrace.cc (ncodeMap): Redefine from file global to global
        for class _Jv_StackTrace.
        (_Jv_StackTrace::UpdateNCodeMap): Add interpreted classes, too,
        so that _Jv_GetMethodDeclaringClass can find them all.
        (_Jv_StackTrace::ClassForFrame): Exclude interpreted classes.
        * jvmti.cc (_Jv_JVMTI_GetMethodDeclaringClass): New function.
        (_Jv_JVMTI_Interface): Define GetMethodDeclaringClass function.

From-SVN: r118100
2006-10-28 02:15:12 +00:00
..
management Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
ref
reflect natField.cc (getAddr): Allow setting of final field when it is accessible. 2006-06-22 16:59:15 +00:00
Character.java
Class.h java-stack.h (ncodeMap): Declare. 2006-10-28 02:15:12 +00:00
Class.java Imported GNU Classpath 0.92 2006-08-14 23:12:35 +00:00
ClassLoader.java re PR libgcj/28340 (gij ignores -Djava.security.manager) 2006-08-07 14:48:59 +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
natCharacter.cc
natClass.cc java-stack.h (ncodeMap): Declare. 2006-10-28 02:15:12 +00:00
natClassLoader.cc class.c (make_class_data): When using flag_indirect_classes, don't initialize the vtable of Class instances. 2006-06-16 08:56:29 +00:00
natDouble.cc
natEcosProcess.cc
natFloat.cc
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
natRuntime.cc
natString.cc OutputStreamWriter.java (writeChars): Use a 'do' loop. 2006-06-27 20:38:10 +00:00
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 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 prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start to the end of the function. 2006-07-28 07:40:17 +00:00
natWin32Process.cc
Object.h
Object.java
Package.java
PosixProcess.java
Runtime.java
SecurityManager.java SecurityManager.java (getSecurityContext, [...]): Merge with Classpath. 2006-08-07 14:42:48 +00:00
String.java String.java, [...]: Merge from GNU Classpath HEAD. 2006-06-09 16:07:07 +00:00
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 VMClassLoader.java (initialize): Set default library control to LIB_NEVER. 2006-05-31 17:47:44 +00:00
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
VMFloat.java
VMSecurityManager.java
VMThrowable.java prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start to the end of the function. 2006-07-28 07:40:17 +00:00
Win32Process.java