summaryrefslogtreecommitdiff
path: root/libjava/boehm.cc
Commit message (Expand)AuthorAgeFilesLines
* Makefile.def: Remove libjava.Andrew Haley2016-09-301-763/+0
* Enable Java on Cygwin-64Bernd Edlinger2014-05-131-2/+4
* jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.David Daney2007-10-221-0/+6
* configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney2007-07-311-0/+2
* no-gc.h (_Jv_IsThreadSuspended): Declare.Keith Seitz2007-04-231-0/+11
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-071-1/+24
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-0/+3
* re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris)Tom Tromey2006-09-141-2/+3
* re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay2006-08-211-0/+18
* boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the ...Keith Seitz2006-07-211-5/+6
* boehm.cc (_Jv_MarkObj): Mark the next_or_version field.Bryce McKinlay2006-07-061-0/+5
* boehm.cc (_Jv_SuspendThread, [...]): Define conditionally on GC_PTHREADS...Marco Trudel2006-06-271-0/+5
* no-gc.h (_Jv_SuspendThread): Declare.Keith Seitz2006-06-261-0/+11
* boehm.cc (_Jv_InitGC): Check both HAVE_DLFCN_H and HAVE_DLADDR before calling...Roger Sayle2006-05-011-3/+3
* natClassLoader.cc: Don't include link.h or dladdr.h.Andrew Haley2006-04-251-3/+2
* lang.c (java_init): Handle flag_indirect_classes.Andrew Haley2006-04-241-0/+115
* re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay2006-02-091-7/+6
* PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey2006-02-081-168/+15
* * boehm.cc (_Jv_MarkObj): Handle case where field's type is NULL.Tom Tromey2005-06-241-2/+6
* boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field...Per Bothner2005-03-281-2/+4
* natVMSecurityManager.cc (getClassContext): Add new arg: klass.Andrew Haley2005-03-211-0/+3
* boehm.cc (_Jv_MarkObj): Mark the interpreted method line_table.Andrew Haley2005-03-171-0/+2
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-251-74/+127
* configure.ac: Handle --enable-gc-debug.Hans Boehm2004-08-281-97/+133
* class.c (make_class_data): Add new field aux_info.Bryce McKinlay2004-04-201-1/+3
* boehm.cc (_Jv_MarkObj): Access hack_signers field.Michael Koch2003-12-041-1/+1
* ClassLoader.java (setSigners): Implemented.Tom Tromey2003-10-091-0/+2
* boehm.cc (_Jv_BuildGCDescr): Put first word of object in most significant bit...Bryce McKinlay2003-09-291-5/+12
* * boehm.cc (_Jv_BuildGCDescr): Use `1ULL'.Tom Tromey2003-07-231-1/+1
* boehm.cc (_Jv_BuildGCDescr): Wrote.Tom Tromey2003-07-231-4/+42
* boehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class.Anthony Green2003-01-031-1/+3
* boehm.cc: Remove stray semicolon.Mark Mitchell2002-12-281-1/+1
* java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey2002-12-061-15/+21
* boehm.cc (_Jv_MarkObj): Don't fail if class object has been allocated but not...Tom Tromey2002-09-251-1/+7
* boehm.cc (initialized, [...]): Removed unused declarations.Bryce McKinlay2002-02-121-90/+2
* * boehm.cc (_Jv_BuildGCDescr): Define unconditionally.Bryce McKinlay2001-12-191-4/+2
* * boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.Bryce McKinlay2001-11-121-1/+1
* natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro...Hans Boehm2001-10-151-1/+19
* natFinalizerThread.cc: New file.Tom Tromey2001-10-101-0/+7
* javaprims.h: Rebuilt class list.Tom Tromey2001-10-021-0/+13
* jvm.h (_Jv_AllocRawObj): New prototype.Bryce McKinlay2001-09-101-0/+8
* boehm.cc: Include gc_local_alloc.h if appropriate.Hans Boehm2001-08-181-13/+8
* [multiple changes]Tom Tromey2001-05-241-25/+54
* configure.in: Update boehm-gc include dir for new GC version.Bryce McKinlay2001-05-211-10/+10
* In gcc/java:Bryce McKinlay2001-01-081-0/+2
* natField.cc (BooleanClass): Don't define.Tom Tromey2000-10-061-7/+2
* Implement bitmap descriptor based marking for Boehm GC.Hans Boehm2000-09-301-21/+130
* Forgot this file when checking in my last change.Bryce McKinlay2000-05-071-3/+3
* field.h (JvFieldIsRef): Return false for gnu.gcj.RawData field.Tom Tromey2000-05-051-9/+2
* + 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_...Anthony Green2000-04-221-4/+4