summaryrefslogtreecommitdiff
path: root/libjava/gnu
AgeCommit message (Expand)Author
2007-05-17VMFrame.java (<init>): Add parameter for "this" pointer.Kyle Galloway
2007-05-17java-stack.h (_Jv_FrameInfo): Remove union definition.David Daney
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz
2007-05-16HTMLEditorKit.class: RegenerateDavid Daney
2007-05-07Jdwp.class: Regenerate.Keith Seitz
2007-05-04natVMVirtualMachine.cc (getClassMethod): Change to use JVMTI.Kyle Galloway
2007-05-04interpret.cc: Don't include ExceptionEvent.h.Keith Seitz
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz
2007-05-03Server.java (Server): Record the delegate.Andrew Haley
2007-04-28Jdwp.class: Regenerated.Keith Seitz
2007-04-28LocationOnlyFilter.class: Regenerated;Keith Seitz
2007-04-27[multiple changes]Thomas Fitzsimmons
2007-04-25VMIdManager.java (getObjectId): Deal with null objects.Kyle Galloway
2007-04-242007-04-24 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway
2007-04-24headers.txt (gnu/gcj/jvmti/Breakpoint.h): Add _Jv_RewriteBreakpointInsn frien...Keith Seitz
2007-04-23natVMVirtualMachine.cc (getSourceFile): Check for null source file and throw ...Kyle Galloway
2007-04-20BreakpointManager.java (newBreakpoint): Install the new breakpoint into the b...Keith Seitz
2007-04-19re PR crypto/31626 (javax.net.SocketFactory#createSocket() throws Unsupported...Tom Tromey
2007-04-19libjavaTom Tromey
2007-04-16Committed up-to-date .class and .h files from an earlier commitTom Tromey
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley
2007-04-09ArrayValue.java: New file.Kyle Galloway
2007-04-05DecimalFormatSymbols.java: Added the year 2007 to Copyright information and i...Tania Bento
2007-04-05VariableTable.java: Change longs to ints for argCnt and slots.Kyle Galloway
2007-04-03natFileChannelPosix.cc (mapImpl): Extend file, when writing, if it is too short.Tom Tromey
2007-04-02natPlainSocketImplPosix.cc (create): Return if already created.Tom Tromey
2007-04-02interpret-run.cc: Add code to properly set up variable slots when debugging.Kyle Galloway
2007-03-28sources.am, [...]: Rebuilt.Tom Tromey
2007-03-27VMFrame.java: Update from upstream classpath.Keith Seitz
2007-03-23re PR libgcj/31228 (Race condition between setting close-on-exec and Runtime....David Daney
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz
2007-03-13Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE.Thomas Fitzsimmons
2007-03-06AbsentInformationException.java: New file.Kyle Galloway
2007-03-05Updating header files. Earlier change here seems to have been in error.Tom Tromey
2007-02-23Main.java: Updated copyright year.Gary Benson
2007-02-22re PR libgcj/17002 (java.util.TimeZone.getDefault() is broken)Jakub Jelinek
2007-02-20* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-20XEventLoop.h: Regenerated.Gary Benson
2007-02-17* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-162007-02-16 Gary Benson <gbenson@redhat.com>Gary Benson
2007-02-16[multiple changes]Andrew Haley
2007-02-16interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway
2007-02-15Make-lang.in (JAVA_MANFILES): Add doc/gc-analyze.1.David Daney
2007-02-15PlainSocketImpl.h: Regenerate.David Daney
2007-02-15natVMVirtualMachine (getFrames): Implement.Kyle Galloway
2007-02-13* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-02-12Collections.java (UnmodifiableMap.toArray): Imported changes from Classpath.Tom Tromey
2007-02-10re PR libgcj/30742 (ResourceBundle regression)Andrew Haley
2007-02-09* gnu/classpath/jdwp/VMVirtualMachine.javaKeith Seitz