aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-16Committed up-to-date .class and .h files from an earlier commitTom Tromey7-0/+20
2007-04-16https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236614Tom Tromey3-11/+15
2007-04-16ObjectInputStream.java: (parseContent): Call (String, Object) version of dump...Andrew Haley3-6/+55
2007-04-162007-04-16 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes3-33/+84
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley1-0/+0
2007-04-16TaggedComponentHelper.java (read): Use read_octet_array(), not read().Andrew Haley3-0/+0
2007-04-16TaggedComponentHelper.java (read): Use read_octet_array(), not read().Andrew Haley4-29/+88
2007-04-16BootClassLoader.java (getBootURLLoader): New method.Andrew Haley3-7/+93
2007-04-10sources.am: Regenerate.Keith Seitz3-0/+7
2007-04-09interpret-run.cc: If debugging, check if args is NULL before getting the "thi...Kyle Galloway2-3/+12
2007-04-09ArrayValue.java: New file.Kyle Galloway5-0/+156
2007-04-09Fix ChangeLog date.David Daney1-1/+1
2007-04-09re PR libgcj/23758 (java::lang::ConcreteProcess::nativeSpawn unsafe)David Daney5-30/+105