aboutsummaryrefslogtreecommitdiff
path: root/libjava/boehm.cc
AgeCommit message (Expand)Author
2008-02-19Merged from gcc 4.3 branchpoint r132391Alexandre Oliva
2007-07-31 * configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney
2007-04-23 * include/no-gc.h (_Jv_IsThreadSuspended): Declare.Keith Seitz
2007-03-07libffi/ChangeLog:Alexandre Oliva
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-09-14libjavaTom Tromey
2006-08-21boehm-gcBryce McKinlay
2006-07-21 * boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration,Keith Seitz
2006-07-062006-07-06 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay
2006-06-272006-06-27 Marco Trudel <mtrudel@gmx.ch>Marco Trudel
2006-06-26 * include/no-gc.h (_Jv_SuspendThread): Declare.Keith Seitz
2006-05-01 * boehm.cc (_Jv_InitGC): Check both HAVE_DLFCN_H and HAVE_DLADDRRoger Sayle
2006-04-252006-04-25 Andrew Haley <aph@redhat.com>Andrew Haley
2006-04-242006-04-21 Andrew Haley <aph@redhat.com>Andrew Haley
2006-02-092006-02-08 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay
2006-02-08 PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey
2005-06-24 * boehm.cc (_Jv_MarkObj): Handle case where field's type is NULL.Tom Tromey
2005-03-28 * boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field,Per Bothner
2005-03-212005-03-17 Andrew Haley <aph@redhat.com>Andrew Haley
2005-03-172005-03-16 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-25 * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-08-28 * configure.ac: Handle --enable-gc-debug.Hans Boehm
2004-04-202004-04-19 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay
2003-12-042003-12-04 Michael Koch <konqueror@gmx.de>Michael Koch
2003-10-09 * java/lang/ClassLoader.java (setSigners): Implemented.Tom Tromey
2003-09-29 * boehm.cc (_Jv_BuildGCDescr): Put first word of object in mostBryce McKinlay
2003-07-23 * boehm.cc (_Jv_BuildGCDescr): Use `1ULL'.Tom Tromey
2003-07-23 * boehm.cc (_Jv_BuildGCDescr): Wrote.Tom Tromey
2003-01-032002-12-22 Anthony Green <green@redhat.com>Anthony Green
2002-12-28 * boehm.cc: Remove stray semicolon.Mark Mitchell
2002-12-06 * include/java-interp.h (class _Jv_InterpMethod): AddedTom Tromey
2002-09-25 * boehm.cc (_Jv_MarkObj): Don't fail if class object has beenTom Tromey
2002-02-12 * boehm.cc (initialized, obj_kind_x, obj_free_list): Removed unusedBryce McKinlay
2001-12-19 * boehm.cc (_Jv_BuildGCDescr): Define unconditionally.Bryce McKinlay
2001-11-12 * boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.Bryce McKinlay
2001-10-152001-10-15 Hans Boehm <Hans_Boehm@hp.com>Hans Boehm
2001-10-10 * gnu/gcj/runtime/natFinalizerThread.cc: New file.Tom Tromey
2001-10-02 * gcj/javaprims.h: Rebuilt class list.Tom Tromey
2001-09-10 * include/jvm.h (_Jv_AllocRawObj): New prototype.Bryce McKinlay
2001-08-182001-08-17 Hans-J. Boehm <Hans_Boehm@hp.com>Hans-J. Boehm
2001-05-242001-05-23 Tom Tromey <tromey@redhat.com>Tom Tromey
2001-05-21 * configure.in: Update boehm-gc include dir for new GC version.Bryce McKinlay
2001-01-08In gcc/java:Bryce McKinlay
2000-10-06 * java/lang/reflect/natField.cc (BooleanClass): Don't define.Tom Tromey
2000-09-302000-09-30 Hans Boehm <boehm@acm.org>Hans Boehm
2000-05-06Forgot this file when checking in my last change.Bryce McKinlay
2000-05-05 * gcj/field.h (JvFieldIsRef): Return false for gnu.gcj.RawDataTom Tromey
2000-04-22+ 2000-04-22 Anthony Green <green@cygnus.com>Anthony Green
2000-04-192000-04-19 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay
2000-04-02JVMPI changes...Anthony Green