gcc/libjava/testsuite/libjava.jni
Andrew Haley f202305d01 [multiple changes]
2007-09-04  Andrew Haley  <aph@redhat.com>

	PR java/27908
	* testsuite/libjava.lang/PR27908.java
	({run1,run2,run3}.isRunning): New Method.
	(main): Fix race condition.

2007-08-29  Andrew Haley  <aph@redhat.com>

	* gnu/classpath/natVMStackWalker.cc (VMStackWalker::getCallingClass):
	Make sure we're not sibcalled.
	(GET_CALLING_CLASS): Define for ARM EABI.

2007-08-22  Andrew Haley  <aph@redhat.com>

	* configure.host (BACKTRACESPEC): Add arm*-linux*.

2007-08-22  Andrew Haley  <aph@redhat.com>

	* configure.ac (LIBSTDCXXSPEC): New.
	* configure.host: Add arm*-linux* to pthread test.
	* configure.ac (LIBGCJTESTSPEC): Add path to libstdc++ for ARM
	EABI.
	* testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use
	-fexceptions for ARM EABI.
	* testsuite/lib/libjava.exp (libjava_arguments): Add libgcj-test.spec.
	(libjava_invoke): Log the invocation.

2007-08-15  Andrew Haley  <aph@redhat.com>

	* configure.ac (extra_ldflags): Define.
	* Makefile.am: Use extra_ldflags for all executables.

2007-08-14  Andrew Haley  <aph@redhat.com>

	* sysdep/arm/backtrace.h: Remove stubs for _Unwind_GetIPInfo,
	_Unwind_GetRegionStart, and _Unwind_Backtrace.

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

	* gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): Stub for
	ARM EABI.
	* exception.cc (get_exception_header_from_ue): New.
	(get_ttype_entry): ARM EABI version.
	(PERSONALITY_FUNCTION): Add ARM EABI code.
	* sysdep/arm/backtrace.h: New file.
	* stacktrace.cc (_URC_NORMAL_STOP): New.
	* configure.ac (extra_ldflags_libjava): Add libsupc++.la for ARM
	EABI.
	* configure.host (BACKTRACESPEC): Add arm/backtrace.h.

From-SVN: r128098
2007-09-04 18:00:31 +00:00
..
invocation Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
bytebuffer.c re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers) 2005-01-07 11:32:07 +00:00
bytebuffer.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
bytebuffer.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
bytebuffer.java re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers) 2005-01-07 11:32:07 +00:00
bytebuffer.out re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers) 2005-01-07 11:32:07 +00:00
calls.c
calls.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
calls.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
calls.java
calls.out
cxxtest.cc
cxxtest.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
cxxtest.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
cxxtest.java
cxxtest.out
directbuffer.c re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers) 2005-01-07 11:32:07 +00:00
directbuffer.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
directbuffer.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
directbuffer.java re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers) 2005-01-07 11:32:07 +00:00
directbuffer.out re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers) 2005-01-07 11:32:07 +00:00
field.c
field.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
field.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
field.java
field.out
final_method.c
final_method.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
final_method.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
final_method.java
final_method.out
findclass2.c jni.cc (_Jv_JNI_FindClass): Initialize class. 2007-01-18 20:47:50 +00:00
findclass2.h jni.cc (_Jv_JNI_FindClass): Initialize class. 2007-01-18 20:47:50 +00:00
findclass2.jar jni.cc (_Jv_JNI_FindClass): Initialize class. 2007-01-18 20:47:50 +00:00
findclass2.java jni.cc (_Jv_JNI_FindClass): Initialize class. 2007-01-18 20:47:50 +00:00
findclass2.out jni.cc (_Jv_JNI_FindClass): Initialize class. 2007-01-18 20:47:50 +00:00
findclass.c
findclass.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
findclass.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
findclass.java
findclass.out
iface.c re PR libgcj/15001 ([3.4 only] Using JNI with interpreter and interface methods yields SIGSEGV) 2004-12-21 00:49:45 +00:00
iface.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
iface.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
iface.java re PR libgcj/15001 ([3.4 only] Using JNI with interpreter and interface methods yields SIGSEGV) 2004-12-21 00:49:45 +00:00
iface.out re PR libgcj/15001 ([3.4 only] Using JNI with interpreter and interface methods yields SIGSEGV) 2004-12-21 00:49:45 +00:00
init.c init.c: New file. 2007-02-07 22:02:40 +00:00
init.h init.c: New file. 2007-02-07 22:02:40 +00:00
init.jar init.c: New file. 2007-02-07 22:02:40 +00:00
init.java init.c: New file. 2007-02-07 22:02:40 +00:00
init.out init.c: New file. 2007-02-07 22:02:40 +00:00
init$NativeClass.h init.c: New file. 2007-02-07 22:02:40 +00:00
invoke.c
invoke.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
invoke.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
invoke.java
invoke.out
jni.exp [multiple changes] 2007-09-04 18:00:31 +00:00
jniutf.c
jniutf.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
jniutf.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
jniutf.java
jniutf.out
martin.c
martin.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
martin.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
martin.java
martin.out
noclass.c
noclass.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
noclass.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
noclass.java
noclass.out
overload.c
overload.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
overload.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
overload.java
overload.out
pr11951.c
pr11951.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
pr11951.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
pr11951.java
pr11951.out
pr18278.c re PR java/18278 (JNI functions cannot return a weak reference) 2005-11-29 18:34:58 +00:00
pr18278.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
pr18278.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
pr18278.java re PR java/18278 (JNI functions cannot return a weak reference) 2005-11-29 18:34:58 +00:00
pr18278.out re PR java/18278 (JNI functions cannot return a weak reference) 2005-11-29 18:34:58 +00:00
pr23739.c re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments) 2005-09-06 16:01:31 +00:00
pr23739.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
pr23739.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
pr23739.java re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments) 2005-09-06 16:01:31 +00:00
pr23739.out re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments) 2005-09-06 16:01:31 +00:00
pr29812_injar.c re PR java/29812 (env->klass value is not updated during the native calls) 2007-01-22 23:04:16 +00:00
pr29812_injar.h re PR java/29812 (env->klass value is not updated during the native calls) 2007-01-22 23:04:16 +00:00
pr29812_injar.jar re PR java/29812 (env->klass value is not updated during the native calls) 2007-01-22 23:04:16 +00:00
pr29812_injar.java re PR java/29812 (env->klass value is not updated during the native calls) 2007-01-22 23:04:16 +00:00
pr29812.c re PR java/29812 (env->klass value is not updated during the native calls) 2007-01-22 23:04:16 +00:00
pr29812.h re PR java/29812 (env->klass value is not updated during the native calls) 2007-01-22 23:04:16 +00:00
pr29812.jar re PR java/29812 (env->klass value is not updated during the native calls) 2007-01-22 23:04:16 +00:00
pr29812.java re PR java/29812 (env->klass value is not updated during the native calls) 2007-01-22 23:04:16 +00:00
pr29812.out re PR java/29812 (env->klass value is not updated during the native calls) 2007-01-22 23:04:16 +00:00
PR15133.c
PR15133.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
PR15133.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
PR15133.java
PR15133.out
PR18116.c re PR libgcj/18116 (JNI uses dot instead of slash as the package separator) 2005-02-14 14:57:37 +00:00
PR18116.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
PR18116.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
PR18116.java re PR libgcj/18116 (JNI uses dot instead of slash as the package separator) 2005-02-14 14:57:37 +00:00
PR18116.out re PR libgcj/18116 (JNI uses dot instead of slash as the package separator) 2005-02-14 14:57:37 +00:00
PR28178.c re PR libgcj/28178 (jniEnv->DeleteLocalRef (null) fails) 2006-06-27 15:33:24 +00:00
PR28178.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
PR28178.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
PR28178.java re PR libgcj/28178 (jniEnv->DeleteLocalRef (null) fails) 2006-06-27 15:33:24 +00:00
PR28178.out re PR libgcj/28178 (jniEnv->DeleteLocalRef (null) fails) 2006-06-27 15:33:24 +00:00
register2.c Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
register2.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
register2.java register2.java: New file. 2006-10-18 23:17:04 +00:00
register2.out register2.java: New file. 2006-10-18 23:17:04 +00:00
register.c
register.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
register.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
register.java
register.out
simple_int.c
simple_int.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
simple_int.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
simple_int.java
simple_int.out
throwit.c
throwit.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
throwit.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
throwit.java
throwit.out
virtual.c
virtual.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
virtual.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
virtual.java
virtual.out