aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge GNU Classpath 0.99 into libjava.Andrew John Hughes1-1/+1
2010-03-13re PR libgcj/42676 (javah doesn't generate the header files as checked in in ...Matthias Klose1-1/+1
2009-04-28interpret.cc (DEBUG): Rename this ...Dave Korn1-1/+1
2009-04-22natVMVirtualMachine.cc (handle_single_step): Use casted pointer in debugging ...Dave Korn1-2/+2
2009-02-25Sync libgcj with GNU Classpath 0.98.Andrew John Hughes1-1/+1
2008-10-21re PR libgcj/37636 (java tools are unable to find resource files)Matthias Klose3-3/+20
2008-06-28Import GNU Classpath (classpath-0_97_2-release).Matthias Klose2-1/+33
2008-03-10Don't leak upon failed realloc.Jim Meyering1-0/+3
2007-09-04[multiple changes]Andrew Haley1-2/+12
2007-07-13[multiple changes]Andrew Haley1-3/+10
2007-07-12MethodResult.h, [...]: Regenerate.Matthias Klose2-10/+10
2007-06-21* gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.Keith Seitz1-1/+5
2007-06-20VMVirtualMachine.java (executeMethod): Update from reference implementation.Keith Seitz2-10/+12
2007-06-03libjava/classpath/ChangeLog.gcj:Matthias Klose5-53/+43
2007-05-17natVMMethod.cc (getModifiers): Check for native classes and mark methods as n...Kyle Galloway1-0/+7
2007-05-17VMFrame.java (<init>): Add parameter for "this" pointer.Kyle Galloway3-5/+17
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz1-0/+3
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz2-5/+31
2007-05-07Jdwp.class: Regenerate.Keith Seitz3-2/+11
2007-05-04natVMVirtualMachine.cc (getClassMethod): Change to use JVMTI.Kyle Galloway1-5/+18
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz1-0/+57
2007-04-28Jdwp.class: Regenerated.Keith Seitz1-1/+3
2007-04-28LocationOnlyFilter.class: Regenerated;Keith Seitz3-1/+14
2007-04-25VMIdManager.java (getObjectId): Deal with null objects.Kyle Galloway1-1/+9
2007-04-242007-04-24 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway1-2/+31
2007-04-23natVMVirtualMachine.cc (getSourceFile): Check for null source file and throw ...Kyle Galloway1-1/+9
2007-04-09ArrayValue.java: New file.Kyle Galloway2-0/+56
2007-04-05VariableTable.java: Change longs to ints for argCnt and slots.Kyle Galloway1-2/+2
2007-04-02interpret-run.cc: Add code to properly set up variable slots when debugging.Kyle Galloway1-7/+300
2007-03-27VMFrame.java: Update from upstream classpath.Keith Seitz26-28/+994
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz1-2/+2
2007-03-13Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE.Thomas Fitzsimmons3-0/+15
2007-03-06AbsentInformationException.java: New file.Kyle Galloway2-7/+125
2007-02-20* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-19/+20
2007-02-17* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-0/+175
2007-02-16[multiple changes]Andrew Haley1-46/+0
2007-02-15PlainSocketImpl.h: Regenerate.David Daney2-30/+32
2007-02-15natVMVirtualMachine (getFrames): Implement.Kyle Galloway1-4/+42
2007-02-13* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-2/+28
2007-02-10re PR libgcj/30742 (ResourceBundle regression)Andrew Haley1-21/+29
2007-02-09* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz3-1/+84
2007-02-08StackFrameCommandSet.java (executeGetValues): Pass jlong instead of ByteBuffer.Kyle Galloway6-46/+145
2007-02-05* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-1/+94
2007-02-02natVMVirtualMachine.cc (getFrameCount): Implement.Kyle Galloway1-2/+9
2007-01-29jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.Keith Seitz1-8/+4
2007-01-27* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-14/+98
2007-01-25jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.Keith Seitz2-6/+30
2007-01-24* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-2/+32
2007-01-24natVMStackWalker.cc: Call InitClass everywhere.Andrew Haley1-1/+12
2007-01-23* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz1-2/+8