aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2007-05-29configure.ac: Don't include ../config/confsubdir.m4.H.J. Lu4-27/+42
2007-05-28re PR other/32078 (Make FAILURE in 4.3.0 - `CXXFLAGS' has changed error cause...Paolo Bonzini3-18/+50
2007-05-24java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz6-12/+53
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey7-1219/+19942
2007-05-19re PR libgcj/31659 (config-int.h:327:1: error: "INT8_MIN" redefined)Andreas Tobler3-0/+56
2007-05-172007-05-17 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway3-2/+8
2007-05-17natVMMethod.cc (getModifiers): Check for native classes and mark methods as n...Kyle Galloway2-1/+13
2007-05-17VMFrame.java (<init>): Add parameter for "this" pointer.Kyle Galloway5-5/+26
2007-05-17java-stack.h (_Jv_FrameInfo): Remove union definition.David Daney5-10/+19
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz1-0/+3
2007-05-16java-interp.h (breakpoint_at): Declare.Keith Seitz6-5/+71
2007-05-16HTMLEditorKit.class: RegenerateDavid Daney3-6/+5
2007-05-15interpret.cc (STOREA): Rewrite using temporary variable to avoid double-macro...Keith Seitz2-44/+77
2007-05-12re PR libgcj/29324 (add wait handling hook)David Daney10-172/+248
2007-05-08re PR java/31842 (r124338 causes java Divide_1 and pr6388 to fail)Ian Lance Taylor2-4/+10
2007-05-07Jdwp.class: Regenerate.Keith Seitz8-2/+23
2007-05-07Jdwp.java (notify): Rewrite to call new array-based method.Keith Seitz4-22/+132
2007-05-04natVMVirtualMachine.cc (getClassMethod): Change to use JVMTI.Kyle Galloway2-5/+23
2007-05-04interpret.cc: Don't include ExceptionEvent.h.Keith Seitz5-69/+7
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz11-169/+198
2007-05-03Makefile.in: Regenerate.Thomas Fitzsimmons6-1/+19
2007-05-03Server.java (Server): Record the delegate.Andrew Haley1-0/+3
2007-05-03Server.java (Server): Record the delegate.Andrew Haley4-0/+0
2007-05-03Server.java (Server): Record the delegate.Andrew Haley2-0/+28
2007-05-02natCharacter.cc (Character::getType): Handle negative code points.Tom Tromey2-10/+20
2007-05-01VMIdManager.class: Regenerated.Kyle Galloway3-0/+0
2007-05-01interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction.Keith Seitz3-3/+12
2007-04-282007-04-04 Francis Kung <fkung@redhat.com>Francis Kung4-45/+32
2007-04-28Jdwp.class: Regenerated.Keith Seitz7-26/+46
2007-04-28LocationOnlyFilter.class: Regenerated;Keith Seitz10-13/+55
2007-04-27[multiple changes]Thomas Fitzsimmons11-344/+682
2007-04-26VMIdManager.class: Regenerated.Kyle Galloway3-0/+0
2007-04-26ObjectStreamClass.java (ensureFieldsSet): New method.Andrew Haley1-0/+11
2007-04-26ObjectStreamClass.java (ensureFieldsSet): New method.Andrew Haley15-2/+46
2007-04-25VMIdManager.java (getObjectId): Deal with null objects.Kyle Galloway2-1/+15
2007-04-25re PR libgcj/31084 (TRUE or FALSE defined)John David Anglin2-3/+7
2007-04-242007-04-24 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2-2/+36
2007-04-24headers.txt (gnu/gcj/jvmti/Breakpoint.h): Add _Jv_RewriteBreakpointInsn frien...Keith Seitz5-24/+86
2007-04-23no-gc.h (_Jv_IsThreadSuspended): Declare.Keith Seitz5-3/+85
2007-04-23java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC.Kyle Galloway4-5/+40
2007-04-23re PR classpath/31646 (Arrays.sort() broken)Jeroen Frijters3-7/+12
2007-04-23natVMVirtualMachine.cc (getSourceFile): Check for null source file and throw ...Kyle Galloway2-1/+14
2007-04-20BreakpointManager.java (newBreakpoint): Install the new breakpoint into the b...Keith Seitz4-4/+19
2007-04-20interpret-run.cc [...]: Save the original insn for the breakpoint before post...Keith Seitz2-5/+11
2007-04-19re PR crypto/31626 (javax.net.SocketFactory#createSocket() throws Unsupported...Tom Tromey6-4/+19
2007-04-19libjavaTom Tromey92-186/+220
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley2-2/+1
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley5-52/+50
2007-04-18UnicastConnectionManager.java (UnicastConnectionManager(int port, RMIServerSo...Andrew Haley2-1/+13
2007-04-17re PR awt/31311 (Quitting applet can hang X server)Francis Kung4-45/+15