aboutsummaryrefslogtreecommitdiff
path: root/libjava/boehm.cc
AgeCommit message (Expand)AuthorFilesLines
2004-08-28configure.ac: Handle --enable-gc-debug.Hans Boehm1-97/+133
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay1-1/+3
2003-12-04boehm.cc (_Jv_MarkObj): Access hack_signers field.Michael Koch1-1/+1
2003-10-09ClassLoader.java (setSigners): Implemented.Tom Tromey1-0/+2
2003-09-29boehm.cc (_Jv_BuildGCDescr): Put first word of object in most significant bit...Bryce McKinlay1-5/+12
2003-07-23* boehm.cc (_Jv_BuildGCDescr): Use `1ULL'.Tom Tromey1-1/+1
2003-07-23boehm.cc (_Jv_BuildGCDescr): Wrote.Tom Tromey1-4/+42
2003-01-03boehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class.Anthony Green1-1/+3
2002-12-28boehm.cc: Remove stray semicolon.Mark Mitchell1-1/+1
2002-12-06java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey1-15/+21
2002-09-25boehm.cc (_Jv_MarkObj): Don't fail if class object has been allocated but not...Tom Tromey1-1/+7
2002-02-12boehm.cc (initialized, [...]): Removed unused declarations.Bryce McKinlay1-90/+2
2001-12-19* boehm.cc (_Jv_BuildGCDescr): Define unconditionally.Bryce McKinlay1-4/+2
2001-11-12* boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.Bryce McKinlay1-1/+1
2001-10-15natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro...Hans Boehm1-1/+19
2001-10-10natFinalizerThread.cc: New file.Tom Tromey1-0/+7
2001-10-02javaprims.h: Rebuilt class list.Tom Tromey1-0/+13
2001-09-10jvm.h (_Jv_AllocRawObj): New prototype.Bryce McKinlay1-0/+8
2001-08-18boehm.cc: Include gc_local_alloc.h if appropriate.Hans Boehm1-13/+8
2001-05-24[multiple changes]Tom Tromey1-25/+54
2001-05-21configure.in: Update boehm-gc include dir for new GC version.Bryce McKinlay1-10/+10
2001-01-08In gcc/java:Bryce McKinlay1-0/+2
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey1-7/+2
2000-09-30Implement bitmap descriptor based marking for Boehm GC.Hans Boehm1-21/+130
2000-05-07Forgot this file when checking in my last change.Bryce McKinlay1-3/+3
2000-05-05field.h (JvFieldIsRef): Return false for gnu.gcj.RawData field.Tom Tromey1-9/+2
2000-04-22+ 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_...Anthony Green1-4/+4
2000-04-19boehm.cc: (_Jv_MarkObj...Bryce McKinlay1-56/+56
2000-04-02JVMPI changes...Anthony Green1-0/+25
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-02-21* boehm.cc (_Jv_AllocBytes): Clear returned memory.Tom Tromey1-1/+8
2000-01-21natConstructor.cc (newInstance): Use _Jv_CallAnyMethodA.Tom Tromey1-2/+2
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-11-05boehm.cc (_Jv_GCSetInitialHeapSize): Swapped size & current.Jeff Sturm1-1/+1
1999-11-03* boehm.cc: Don't include boehm-config.h.Tom Tromey1-4/+0
1999-11-02boehm.cc (_Jv_InitGC): Set GC_java_finalization.Tom Tromey1-19/+3
1999-10-22Makefile.in: Rebuilt.Tom Tromey1-0/+14
1999-09-10configure: Rebuilt.Tom Tromey1-3/+3
1999-08-24boehm.cc: Undefine TRUE and FALSE.Tom Tromey1-0/+5
1999-08-10[multiple changes]Anthony Green1-1/+2
1999-08-08[multiple changes]Anthony Green1-2/+76
1999-08-03ServerSocket.java: Define ANY_IF.Bryce McKinlay1-1/+1
1999-08-03boehm.cc (_Jv_RegisterFinalizer): Cast eth' to GC_PTR.Bryce McKinlay1-1/+1
1999-04-07Initial revisionTom Tromey1-0/+367