aboutsummaryrefslogtreecommitdiff
path: root/libjava/boehm.cc
AgeCommit message (Expand)Author
2007-10-22jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.David Daney
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney
2007-04-23no-gc.h (_Jv_IsThreadSuspended): Declare.Keith Seitz
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-09-14re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris)Tom Tromey
2006-08-21re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay
2006-07-21boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz
2006-07-06boehm.cc (_Jv_MarkObj): Mark the next_or_version field.Bryce McKinlay
2006-06-27boehm.cc (_Jv_SuspendThread, [...]): Define conditionally on GC_PTHREADS...Marco Trudel
2006-06-26no-gc.h (_Jv_SuspendThread): Declare.Keith Seitz
2006-05-01boehm.cc (_Jv_InitGC): Check both HAVE_DLFCN_H and HAVE_DLADDR before calling...Roger Sayle
2006-04-25natClassLoader.cc: Don't include link.h or dladdr.h.Andrew Haley
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay
2006-02-08PR 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-28boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field...Per Bothner
2005-03-21natVMSecurityManager.cc (getClassContext): Add new arg: klass.Andrew Haley
2005-03-17boehm.cc (_Jv_MarkObj): Mark the interpreted method line_table.Andrew Haley
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-08-28configure.ac: Handle --enable-gc-debug.Hans Boehm
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay
2003-12-04boehm.cc (_Jv_MarkObj): Access hack_signers field.Michael Koch
2003-10-09ClassLoader.java (setSigners): Implemented.Tom Tromey
2003-09-29boehm.cc (_Jv_BuildGCDescr): Put first word of object in most significant bit...Bryce McKinlay
2003-07-23* boehm.cc (_Jv_BuildGCDescr): Use `1ULL'.Tom Tromey
2003-07-23boehm.cc (_Jv_BuildGCDescr): Wrote.Tom Tromey
2003-01-03boehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class.Anthony Green
2002-12-28boehm.cc: Remove stray semicolon.Mark Mitchell
2002-12-06java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey
2002-09-25boehm.cc (_Jv_MarkObj): Don't fail if class object has been allocated but not...Tom Tromey
2002-02-12boehm.cc (initialized, [...]): Removed unused declarations.Bryce 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-15natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro...Hans Boehm
2001-10-10natFinalizerThread.cc: New file.Tom Tromey
2001-10-02javaprims.h: Rebuilt class list.Tom Tromey
2001-09-10jvm.h (_Jv_AllocRawObj): New prototype.Bryce McKinlay
2001-08-18boehm.cc: Include gc_local_alloc.h if appropriate.Hans Boehm
2001-05-24[multiple changes]Tom Tromey
2001-05-21configure.in: Update boehm-gc include dir for new GC version.Bryce McKinlay
2001-01-08In gcc/java:Bryce McKinlay
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey
2000-09-30Implement bitmap descriptor based marking for Boehm GC.Hans Boehm
2000-05-07Forgot this file when checking in my last change.Bryce McKinlay
2000-05-05field.h (JvFieldIsRef): Return false for gnu.gcj.RawData field.Tom Tromey
2000-04-22+ 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_...Anthony Green
2000-04-19boehm.cc: (_Jv_MarkObj...Bryce McKinlay
2000-04-02JVMPI changes...Anthony Green