aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.jvmti
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley38-2269/+0
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2-8/+0
2010-11-09jvmti.exp (gcj_jvmti_compile_cxx_to_o): Add -pthread on alpha*-dec-osf*.Rainer Orth2-0/+8
2009-08-12locks.h: Use atomic builtins For Linux EABI.Andrew Haley2-1/+10
2009-04-28* testsuite/libjava.jvmti/jvmti-interp.expDave Korn1-0/+3
2008-02-15re PR testsuite/35208 (Please apply the patch in comment #19 of PR35035)Andreas Tobler1-1/+1
2007-07-13[multiple changes]Andrew Haley2-3/+3
2007-07-11interpret.cc (get_local_var_table): Make sure the method is compiled.Keith Seitz1-18/+18
2007-06-28jvmti-interp.exp (gij_jvmti_test_one): Fix a typo.H.J. Lu1-2/+1
2007-06-28jvmti-interp.exp (gij_jvmti_test_one): Pass the cxxldlibflags to exec_gij to ...Andreas Tobler1-2/+3
2007-06-09dummyagent.c (Agent_OnLoad): Add missing return value.Keith Seitz1-0/+1
2007-05-24java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz2-5/+25
2007-03-06jvmti.cc (_Jv_JVMTI_GetLocalVariableTable): Fix _Jv_Malloc parameters.Kyle Galloway1-0/+3
2007-02-21jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.Kyle Galloway5-0/+118
2007-02-15natVMVirtualMachine (getFrames): Implement.Kyle Galloway5-0/+258
2007-01-31jvmti-interp.exp (gij_jvmti_test_one): Add -shared-libgcc to the cxxflaglist ...Andreas Tobler1-3/+10
2007-01-31getmethodname.h: New file.Keith Seitz2-0/+27
2007-01-30natevents.cc (FieldModificationCB): Use a cast to print it right.Andreas Tobler1-1/+1
2007-01-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway5-0/+329
2007-01-25jvmti.cc (_Jv_JVMTI_GetMethodName): New function.Keith Seitz3-0/+185
2007-01-25jvmti-interp.exp: New file.Kyle Galloway1-0/+158
2007-01-16natevents.cc (FieldModificationCB): Use %#llx instead of %d for new_value.Keith Seitz3-2/+2
2007-01-16jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.Kyle Galloway5-0/+193
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey5-27/+77
2006-10-25natevents.cc (do_callback_arg_tests): Replace formatting modifiers %p with %#...Andreas Tobler1-60/+92
2006-10-20natevents.cc (do_callback_arg_tests): Correctly pass jvalues.Tom Tromey1-2/+6
2006-10-17natevents.cc (env): Delete.Geoffrey Keating1-18/+16
2006-09-22jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events.Keith Seitz3-0/+615
2006-09-20jvmti.cc (_Jv_JVMTI_GetErrorName): New function.Keith Seitz3-0/+137
2006-09-19* testsuite/libjava.jvmti/jvmti.exp: New file.Keith Seitz1-0/+122