aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.jvmti/interp
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley15-708/+0
2008-02-15re PR testsuite/35208 (Please apply the patch in comment #19 of PR35035)Andreas Tobler1-1/+1
2007-07-11interpret.cc (get_local_var_table): Make sure the method is compiled.Keith Seitz1-18/+18
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-29java-interp.h: Added _Jv_Frame class and its two subclasses _Jv_InterpFrame a...Kyle Galloway5-0/+329