summaryrefslogtreecommitdiff
path: root/libjava/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues2008-06-171-1/+1
* re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley2008-05-283-18/+30
* re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)Andrew Haley2008-05-233-0/+27
* re PR libgcj/36252 (OutOfMemoryError on simple text conversion.)David Daney2008-05-213-0/+17
* configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues2008-03-161-0/+1
* libjava.exp (libjava_arguments): Use regexp instead of string match when chec...Andrew Haley2008-03-041-1/+1
* re PR testsuite/35208 (Please apply the patch in comment #19 of PR35035)Andreas Tobler2008-02-151-1/+1
* install.texi (disable-libgcj-bc): Document new option.David Daney2007-12-221-8/+8
* Makefile.am (compile-tests): Build libjava.jvmti/interp/*.h with -jni rather ...Jakub Jelinek2007-12-172-2/+2
* configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.Andreas Tobler2007-12-081-0/+4
* jni.exp (gcj_jni_get_cxxflags_invocation): Make the testsuite multilib aware ...Andreas Tobler2007-12-061-9/+9
* re PR libgcj/33326 (libjava - testsuite fails on intel Macintosh)Andreas Tobler2007-09-091-1/+5
* StackTrace2.jar: Rebuilt.Tom Tromey2007-09-062-2/+3
* [multiple changes]Andrew Haley2007-09-043-5/+15
* Delete.Andrew Haley2007-09-041-0/+0
* re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley2007-09-046-1/+33
* libjava.exp (libjava_invoke): Log the invocation.Andrew Haley2007-08-091-0/+2
* configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney2007-07-311-5/+10
* [multiple changes]Andrew Haley2007-07-134-6/+6
* interpret.cc (get_local_var_table): Make sure the method is compiled.Keith Seitz2007-07-111-18/+18
* jvmti-interp.exp (gij_jvmti_test_one): Fix a typo.H.J. Lu2007-06-281-2/+1
* jvmti-interp.exp (gij_jvmti_test_one): Pass the cxxldlibflags to exec_gij to ...Andreas Tobler2007-06-281-2/+3
* dummyagent.c (Agent_OnLoad): Add missing return value.Keith Seitz2007-06-091-0/+1
* java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz2007-05-243-9/+29
* ltmain.sh: Update from ToT Libtool.Steve Ellcey2007-05-241-4/+11
* re PR libgcj/23758 (java::lang::ConcreteProcess::nativeSpawn unsafe)David Daney2007-04-093-0/+46
* ProxyTest.java: New test.Andrew Haley2007-04-033-0/+41
* configure.ac: Remove checks for mktime...David Daney2007-03-261-1/+0
* [multiple changes]Andrew Haley2007-03-203-0/+28
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-074-0/+118
* jvmti.cc (_Jv_JVMTI_GetLocalVariableTable): Fix _Jv_Malloc parameters.Kyle Galloway2007-03-061-0/+3
* Makefile.am: Add dummy install-pdf target.Brooks Moses2007-03-011-9/+6
* jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.Kyle Galloway2007-02-215-0/+118
* interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway2007-02-161-6/+9
* natVMVirtualMachine (getFrames): Implement.Kyle Galloway2007-02-155-0/+258
* 2007-02-13 Andrew Haley <aph@redhat.com>Andrew Haley2007-02-133-0/+20
* sources.am: Regenerate.Keith Seitz2007-02-091-0/+2
* init.c: New file.Tom Tromey2007-02-076-0/+74
* testsuite/Makefile.am (compile-tests): Fix typo.Matthias Klose2007-02-052-2/+2
* jvmti-interp.exp (gij_jvmti_test_one): Add -shared-libgcc to the cxxflaglist ...Andreas Tobler2007-01-311-3/+10
* getmethodname.h: New file.Keith Seitz2007-01-312-0/+27
* natevents.cc (FieldModificationCB): Use a cast to print it right.Andreas Tobler2007-01-301-1/+1
* java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway2007-01-295-0/+329
* configure, [...]: Rebuilt.Tom Tromey2007-01-291-2/+0
* Makefile.am (generic_header_files): Add $(inner_nat_headers).Jakub Jelinek2007-01-272-0/+123
* configure, [...]: Rebuilt.Andrew Haley2007-01-251-1/+0
* jvmti.cc (_Jv_JVMTI_GetMethodName): New function.Keith Seitz2007-01-253-0/+185
* libjava.exp (exec_gij): Change [ to { in if statement.Kyle Galloway2007-01-251-4/+6
* jvmti-interp.exp: New file.Kyle Galloway2007-01-252-0/+202
* re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey2007-01-2210-23/+174