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