summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-...Keith Seitz2007-06-154-13/+56
* dummyagent.c (Agent_OnLoad): Add missing return value.Keith Seitz2007-06-092-0/+6
* re PR libgcj/32227 (../gcc/libjava/classpath/include/config-int.h:7:20: error...Matthias Klose2007-06-072-9/+5
* acinclude.m4: Accept GCJ and JIKES.Matthias Klose2007-06-043-43/+61
* libjava/classpath/ChangeLog.gcj:Matthias Klose2007-06-032951-68241/+80640
* configure: Regenerate.Paolo Bonzini2007-06-022-55/+65
* natClassLoader.cc (_Jv_NewClassFromInitializer): Clear INTERPRETED access mod...Andrew Haley2007-05-312-1/+15
* [multiple changes]Paolo Bonzini2007-05-313-19/+20
* re PR java/32098 (New libtool doesn't support libjava)H.J. Lu2007-05-302-12/+21
* re PR java/32098 (New libtool doesn't support libjava)H.J. Lu2007-05-305-596/+16411
* configure.ac: Don't include ../config/confsubdir.m4.H.J. Lu2007-05-294-27/+42
* re PR other/32078 (Make FAILURE in 4.3.0 - `CXXFLAGS' has changed error cause...Paolo Bonzini2007-05-283-18/+50
* java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz2007-05-246-12/+53
* ltmain.sh: Update from ToT Libtool.Steve Ellcey2007-05-247-1219/+19942
* re PR libgcj/31659 (config-int.h:327:1: error: "INT8_MIN" redefined)Andreas Tobler2007-05-193-0/+56
* 2007-05-17 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-05-173-2/+8
* natVMMethod.cc (getModifiers): Check for native classes and mark methods as n...Kyle Galloway2007-05-172-1/+13
* VMFrame.java (<init>): Add parameter for "this" pointer.Kyle Galloway2007-05-175-5/+26
* java-stack.h (_Jv_FrameInfo): Remove union definition.David Daney2007-05-175-10/+19
* java-interp.h (breakpoint_at): Declare.Keith Seitz2007-05-161-0/+3
* java-interp.h (breakpoint_at): Declare.Keith Seitz2007-05-166-5/+71
* HTMLEditorKit.class: RegenerateDavid Daney2007-05-163-6/+5
* interpret.cc (STOREA): Rewrite using temporary variable to avoid double-macro...Keith Seitz2007-05-152-44/+77
* re PR libgcj/29324 (add wait handling hook)David Daney2007-05-1210-172/+248
* re PR java/31842 (r124338 causes java Divide_1 and pr6388 to fail)Ian Lance Taylor2007-05-082-4/+10
* Jdwp.class: Regenerate.Keith Seitz2007-05-078-2/+23
* Jdwp.java (notify): Rewrite to call new array-based method.Keith Seitz2007-05-074-22/+132
* natVMVirtualMachine.cc (getClassMethod): Change to use JVMTI.Kyle Galloway2007-05-042-5/+23
* interpret.cc: Don't include ExceptionEvent.h.Keith Seitz2007-05-045-69/+7
* jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz2007-05-0411-169/+198
* Makefile.in: Regenerate.Thomas Fitzsimmons2007-05-036-1/+19
* Server.java (Server): Record the delegate.Andrew Haley2007-05-031-0/+3
* Server.java (Server): Record the delegate.Andrew Haley2007-05-034-0/+0
* Server.java (Server): Record the delegate.Andrew Haley2007-05-032-0/+28
* natCharacter.cc (Character::getType): Handle negative code points.Tom Tromey2007-05-022-10/+20
* VMIdManager.class: Regenerated.Kyle Galloway2007-05-013-0/+0
* interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction.Keith Seitz2007-05-013-3/+12
* 2007-04-04 Francis Kung <fkung@redhat.com>Francis Kung2007-04-284-45/+32
* Jdwp.class: Regenerated.Keith Seitz2007-04-287-26/+46
* LocationOnlyFilter.class: Regenerated;Keith Seitz2007-04-2810-13/+55
* [multiple changes]Thomas Fitzsimmons2007-04-2711-344/+682
* VMIdManager.class: Regenerated.Kyle Galloway2007-04-263-0/+0
* ObjectStreamClass.java (ensureFieldsSet): New method.Andrew Haley2007-04-261-0/+11
* ObjectStreamClass.java (ensureFieldsSet): New method.Andrew Haley2007-04-2615-2/+46
* VMIdManager.java (getObjectId): Deal with null objects.Kyle Galloway2007-04-252-1/+15
* re PR libgcj/31084 (TRUE or FALSE defined)John David Anglin2007-04-252-3/+7
* 2007-04-24 Kyle Galloway <kgallowa@redhat.com>Kyle Galloway2007-04-242-2/+36
* headers.txt (gnu/gcj/jvmti/Breakpoint.h): Add _Jv_RewriteBreakpointInsn frien...Keith Seitz2007-04-245-24/+86
* no-gc.h (_Jv_IsThreadSuspended): Declare.Keith Seitz2007-04-235-3/+85
* java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC.Kyle Galloway2007-04-234-5/+40