2004-05-30 Michael Koch <konqueror@gmx.de>
[gcc.git] / libjava / boehm.cc
2004-04-20 Bryce McKinlayclass.c (make_class_data): Add new field aux_info.
2003-12-04 Michael Kochboehm.cc (_Jv_MarkObj): Access hack_signers field.
2003-10-09 Tom TromeyClassLoader.java (setSigners): Implemented.
2003-09-29 Bryce McKinlayboehm.cc (_Jv_BuildGCDescr): Put first word of object...
2003-07-23 Tom Tromey* boehm.cc (_Jv_BuildGCDescr): Use `1ULL'.
2003-07-23 Tom Tromeyboehm.cc (_Jv_BuildGCDescr): Wrote.
2003-01-03 Anthony Greenboehm.cc (_Jv_MarkObj): Mark the protectionDomain of...
2002-12-28 Mark Mitchellboehm.cc: Remove stray semicolon.
2002-12-06 Tom Tromeyjava-interp.h (class _Jv_InterpMethod): Added JV_MARKOB...
2002-09-25 Tom Tromeyboehm.cc (_Jv_MarkObj): Don't fail if class object...
2002-02-12 Bryce McKinlayboehm.cc (initialized, [...]): Removed unused declarations.
2001-12-19 Bryce McKinlay* boehm.cc (_Jv_BuildGCDescr): Define unconditionally.
2001-11-12 Bryce McKinlay* boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.
2001-10-15 Hans BoehmnatObject.cc (heavy_lock): Moved fields old_client_data...
2001-10-10 Tom TromeynatFinalizerThread.cc: New file.
2001-10-02 Tom Tromeyjavaprims.h: Rebuilt class list.
2001-09-10 Bryce McKinlayjvm.h (_Jv_AllocRawObj): New prototype.
2001-08-18 Hans Boehmboehm.cc: Include gc_local_alloc.h if appropriate.
2001-05-24 Tom Tromey[multiple changes]
2001-05-21 Bryce McKinlayconfigure.in: Update boehm-gc include dir for new GC...
2001-01-08 Bryce McKinlayIn gcc/java:
2000-10-06 Tom TromeynatField.cc (BooleanClass): Don't define.
2000-09-30 Hans BoehmImplement bitmap descriptor based marking for Boehm GC.
2000-05-06 Bryce McKinlayForgot this file when checking in my last change.
2000-05-05 Tom Tromeyfield.h (JvFieldIsRef): Return false for gnu.gcj.RawDat...
2000-04-22 Anthony Green+ 2000-04-22 Anthony Green <green@cygnus.com> + + ...
2000-04-19 Bryce McKinlayboehm.cc: (_Jv_MarkObj...
2000-04-02 Anthony GreenJVMPI changes...
2000-03-07 Tom TromeyAll files: Updated copyright information.
2000-02-21 Tom Tromey* boehm.cc (_Jv_AllocBytes): Clear returned memory.
2000-01-21 Tom TromeynatConstructor.cc (newInstance): Use _Jv_CallAnyMethodA.
2000-01-19 Tom Tromey* All files: Updated copyright to reflect Cygnus purchase.
1999-11-05 Jeff Sturmboehm.cc (_Jv_GCSetInitialHeapSize): Swapped size ...
1999-11-03 Tom Tromey* boehm.cc: Don't include boehm-config.h.
1999-11-02 Tom Tromeyboehm.cc (_Jv_InitGC): Set GC_java_finalization.
1999-10-22 Tom TromeyMakefile.in: Rebuilt.
1999-09-10 Tom Tromeyconfigure: Rebuilt.
1999-08-24 Tom Tromeyboehm.cc: Undefine TRUE and FALSE.
1999-08-10 Anthony Green[multiple changes]
1999-08-08 Anthony Green[multiple changes]
1999-08-03 Bryce McKinlayServerSocket.java: Define ANY_IF.
1999-08-03 Bryce McKinlayboehm.cc (_Jv_RegisterFinalizer): Cast eth' to GC_PTR.
1999-04-07 Tom TromeyInitial revision