gcc/libjava/testsuite/libjava.jvmti
Andrew Haley 976731ee6e [multiple changes]
2007-07-13  Andrew Haley  <aph@redhat.com>

	* libgcj.ver: Add __gcj_personality_sj0.

	* testsuite/libjava.jvmti/jvmti-interp.exp: Likewise.
	* testsuite/libjava.jni/jni.exp: Use -fdollars-in-identifiers.
	* testsuite/libjava.jni/cni.exp: Use -fdollars-in-identifiers.
	* testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_compile_cxx_to_o): Likewise.

	* gnu/classpath/natVMStackWalker.cc (getCallingClassLoader): Check
	klass is non-null.
	* java/lang/reflect/natField.cc (getAddr): Call
	_Jv_StackTrace::GetCallingClass only if CALLER is non-null.
	* java/lang/reflect/natVMProxy.cc (run_proxy): Use
	_Jv_getFieldInternal to get field proxyClass.m.
	(_Jv_getFieldInternal): New function.

2007-07-11  Andrew Haley  <aph@redhat.com>

	* configure.host (arm*-linux-gnu): New.
	* sysdep/arm/locks.h: New.

From-SVN: r126622
2007-07-13 14:07:16 +00:00
..
interp interpret.cc (get_local_var_table): Make sure the method is compiled. 2007-07-11 17:37:24 +00:00
dummyagent.c dummyagent.c (Agent_OnLoad): Add missing return value. 2007-06-09 17:32:42 +00:00
events.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
events.jar natevents.cc (FieldModificationCB): Use %#llx instead of %d for new_value. 2007-01-16 19:58:18 +00:00
events.java jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events. 2006-09-22 02:12:12 +00:00
events.out natevents.cc (FieldModificationCB): Use %#llx instead of %d for new_value. 2007-01-16 19:58:18 +00:00
getallthreads.h jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. 2007-01-16 15:06:28 +00:00
getallthreads.jar jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. 2007-01-16 15:06:28 +00:00
getallthreads.java jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. 2007-01-16 15:06:28 +00:00
getallthreads.out jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. 2007-01-16 15:06:28 +00:00
geterrorname.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
geterrorname.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
geterrorname.java jvmti.cc (_Jv_JVMTI_GetErrorName): New function. 2006-09-20 16:56:53 +00:00
geterrorname.out jvmti.cc (_Jv_JVMTI_GetErrorName): New function. 2006-09-20 16:56:53 +00:00
getmethodname.h getmethodname.h: New file. 2007-01-31 20:51:54 +00:00
getmethodname.jar getmethodname.h: New file. 2007-01-31 20:51:54 +00:00
getmethodname.java jvmti.cc (_Jv_JVMTI_GetMethodName): New function. 2007-01-25 18:04:01 +00:00
getmethodname.out jvmti.cc (_Jv_JVMTI_GetMethodName): New function. 2007-01-25 18:04:01 +00:00
jvmti-interp.exp [multiple changes] 2007-07-13 14:07:16 +00:00
jvmti.exp [multiple changes] 2007-07-13 14:07:16 +00:00
natevents.cc natevents.cc (FieldModificationCB): Use a cast to print it right. 2007-01-30 23:31:28 +01:00
natgetallthreads.cc jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. 2007-01-16 15:06:28 +00:00
natgeterrorname.cc jvmti.cc (_Jv_JVMTI_GetErrorName): New function. 2006-09-20 16:56:53 +00:00
natgetmethodname.cc jvmti.cc (_Jv_JVMTI_GetMethodName): New function. 2007-01-25 18:04:01 +00:00