summaryrefslogtreecommitdiff
path: root/libjava/testsuite
AgeCommit message (Expand)Author
2008-03-16configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues
2008-03-04libjava.exp (libjava_arguments): Use regexp instead of string match when chec...Andrew Haley
2008-02-15re PR testsuite/35208 (Please apply the patch in comment #19 of PR35035)Andreas Tobler
2007-12-22install.texi (disable-libgcj-bc): Document new option.David Daney
2007-12-17Makefile.am (compile-tests): Build libjava.jvmti/interp/*.h with -jni rather ...Jakub Jelinek
2007-12-08configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.Andreas Tobler
2007-12-06jni.exp (gcj_jni_get_cxxflags_invocation): Make the testsuite multilib aware ...Andreas Tobler
2007-09-09re PR libgcj/33326 (libjava - testsuite fails on intel Macintosh)Andreas Tobler
2007-09-06StackTrace2.jar: Rebuilt.Tom Tromey
2007-09-04[multiple changes]Andrew Haley
2007-09-04Delete.Andrew Haley
2007-09-04re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley
2007-08-09libjava.exp (libjava_invoke): Log the invocation.Andrew Haley
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney
2007-07-13[multiple changes]Andrew Haley
2007-07-11interpret.cc (get_local_var_table): Make sure the method is compiled.Keith Seitz
2007-06-28jvmti-interp.exp (gij_jvmti_test_one): Fix a typo.H.J. Lu
2007-06-28jvmti-interp.exp (gij_jvmti_test_one): Pass the cxxldlibflags to exec_gij to ...Andreas Tobler
2007-06-09dummyagent.c (Agent_OnLoad): Add missing return value.Keith Seitz
2007-05-24java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey
2007-04-09re PR libgcj/23758 (java::lang::ConcreteProcess::nativeSpawn unsafe)David Daney
2007-04-03ProxyTest.java: New test.Andrew Haley
2007-03-26configure.ac: Remove checks for mktime...David Daney
2007-03-20[multiple changes]Andrew Haley
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
2007-03-06jvmti.cc (_Jv_JVMTI_GetLocalVariableTable): Fix _Jv_Malloc parameters.Kyle Galloway
2007-03-01Makefile.am: Add dummy install-pdf target.Brooks Moses
2007-02-21jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.Kyle Galloway
2007-02-16interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway
2007-02-15natVMVirtualMachine (getFrames): Implement.Kyle Galloway
2007-02-132007-02-13 Andrew Haley <aph@redhat.com>Andrew Haley
2007-02-09sources.am: Regenerate.Keith Seitz
2007-02-07init.c: New file.Tom Tromey
2007-02-05testsuite/Makefile.am (compile-tests): Fix typo.Matthias Klose
2007-01-31jvmti-interp.exp (gij_jvmti_test_one): Add -shared-libgcc to the cxxflaglist ...Andreas Tobler
2007-01-31getmethodname.h: New file.Keith Seitz
2007-01-30natevents.cc (FieldModificationCB): Use a cast to print it right.Andreas Tobler
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway
2007-01-29configure, [...]: Rebuilt.Tom Tromey
2007-01-27Makefile.am (generic_header_files): Add $(inner_nat_headers).Jakub Jelinek
2007-01-25configure, [...]: Rebuilt.Andrew Haley
2007-01-25jvmti.cc (_Jv_JVMTI_GetMethodName): New function.Keith Seitz
2007-01-25libjava.exp (exec_gij): Change [ to { in if statement.Kyle Galloway
2007-01-25jvmti-interp.exp: New file.Kyle Galloway
2007-01-22re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey
2007-01-18jni.cc (_Jv_JNI_FindClass): Initialize class.Marco Trudel
2007-01-17aclocal.m4: Regenerate to use multi.m4.Jack Howarth
2007-01-16natevents.cc (FieldModificationCB): Use %#llx instead of %d for new_value.Keith Seitz
2007-01-16jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.Kyle Galloway