natObject.cc (_Jv_MonitorEnter): Add missing parenthesis around comparison with ...
[gcc.git] / libjava / boehm.cc
2007-10-22 David Daneyjvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.
2007-07-31 David Daneyconfigure.ac (INTERPRETER): New AM_CONDITIONAL.
2007-04-23 Keith Seitzno-gc.h (_Jv_IsThreadSuspended): Declare.
2007-03-07 Alexandre Olivaffi.h.in (ffi_closure_alloc, [...]): New.
2007-01-09 Tom TromeyMerged gcj-eclipse branch to trunk.
2006-09-14 Tom Tromeyre PR boehm-gc/29068 (Bootstrap fails building libjava...
2006-08-21 Bryce McKinlayre PR libgcj/13212 (JNI/CNI AttachCurrentThread does...
2006-07-21 Keith Seitzboehm.cc (_Jv_SuspendThread): Don't ifdef the function...
2006-07-06 Bryce McKinlayboehm.cc (_Jv_MarkObj): Mark the next_or_version field.
2006-06-27 Marco Trudelboehm.cc (_Jv_SuspendThread, [...]): Define conditional...
2006-06-26 Keith Seitzno-gc.h (_Jv_SuspendThread): Declare.
2006-05-01 Roger Sayleboehm.cc (_Jv_InitGC): Check both HAVE_DLFCN_H and...
2006-04-25 Andrew HaleynatClassLoader.cc: Don't include link.h or dladdr.h.
2006-04-24 Andrew Haleylang.c (java_init): Handle flag_indirect_classes.
2006-02-09 Bryce McKinlayre PR libgcj/25187 (dereferencing type-punned pointer...
2006-02-08 Tom TromeyPR libgcj/26063, PR libgcj/17978, PR libgcj/10598:
2005-06-24 Tom Tromey* boehm.cc (_Jv_MarkObj): Handle case where field's...
2005-03-28 Per Bothnerboehm.cc (_Jv_MarkObj): Don't follow null pointer to...
2005-03-21 Andrew HaleynatVMSecurityManager.cc (getClassContext): Add new...
2005-03-17 Andrew Haleyboehm.cc (_Jv_MarkObj): Mark the interpreted method...
2004-11-25 Tom Tromey* Merged gcj-abi-2-dev-branch to trunk.
2004-08-28 Hans Boehmconfigure.ac: Handle --enable-gc-debug.
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