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