aboutsummaryrefslogtreecommitdiff
path: root/libjava/boehm.cc
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley1-763/+0
2014-05-13Enable Java on Cygwin-64Bernd Edlinger1-2/+4
2007-10-22jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.David Daney1-0/+6
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney1-0/+2
2007-04-23no-gc.h (_Jv_IsThreadSuspended): Declare.Keith Seitz1-0/+11
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva1-1/+24
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-0/+3
2006-09-14re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris)Tom Tromey1-2/+3
2006-08-21re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay1-0/+18
2006-07-21boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz1-5/+6
2006-07-06boehm.cc (_Jv_MarkObj): Mark the next_or_version field.Bryce McKinlay1-0/+5
2006-06-27boehm.cc (_Jv_SuspendThread, [...]): Define conditionally on GC_PTHREADS...Marco Trudel1-0/+5
2006-06-26no-gc.h (_Jv_SuspendThread): Declare.Keith Seitz1-0/+11
2006-05-01boehm.cc (_Jv_InitGC): Check both HAVE_DLFCN_H and HAVE_DLADDR before calling...Roger Sayle1-3/+3
2006-04-25natClassLoader.cc: Don't include link.h or dladdr.h.Andrew Haley1-3/+2
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley1-0/+115
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay1-7/+6
2006-02-08PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey1-168/+15
2005-06-24* boehm.cc (_Jv_MarkObj): Handle case where field's type is NULL.Tom Tromey1-2/+6
2005-03-28boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field...Per Bothner1-2/+4
2005-03-21natVMSecurityManager.cc (getClassContext): Add new arg: klass.Andrew Haley1-0/+3
2005-03-17boehm.cc (_Jv_MarkObj): Mark the interpreted method line_table.Andrew Haley1-0/+2
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-74/+127
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