Age | Commit message (Expand) | Author | Files | Lines |
2005-06-24 | natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. | Tom Tromey | 1 | -6/+4 |
2005-05-19 | natClassLoader.cc (_Jv_NewClass): Use _Jv_RegisterInitiatingLoader to registe... | Bryce McKinlay | 1 | -1/+9 |
2005-05-12 | gcj.texi (Code Generation): Document -fbootstrap-classes. | Tom Tromey | 1 | -3/+40 |
2005-04-06 | bytearray.java: New file. | Andrew Haley | 1 | -0/+11 |
2005-04-05 | jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException. | Tom Tromey | 1 | -13/+16 |
2005-04-01 | natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change. | Tom Tromey | 1 | -3/+3 |
2005-03-24 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -11/+25 |
2005-03-09 | natVMClassLoader.cc (defineClass): Reference 'systemClassLoader' field directly. | Tom Tromey | 1 | -4/+3 |
2005-02-07 | defineclass.cc (handleClassBegin): Use _Jv_RegisterInitiatingLoader. | Tom Tromey | 1 | -0/+10 |
2005-01-24 | Class.h (next): Updated documentation. | Tom Tromey | 1 | -13/+11 |
2005-01-10 | PR libgcj/12016, PR libgcj/18405, PR libgcj/17738: | Tom Tromey | 1 | -79/+47 |
2004-12-21 | natClassLoader.cc (_Jv_RegisterClassHookDefault): Re-enable duplicate class r... | Tom Tromey | 1 | -2/+1 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 1 | -173/+21 |
2004-10-26 | Index: gcc/gcc/ChangeLog | Geoffrey Keating | 1 | -1/+19 |
2004-10-20 | natClass.cc (_Jv_LayoutVTableMethods): Cast pointers to uaddr, not int. | Andreas Schwab | 1 | -2/+2 |
2004-08-23 | defineclass.cc: Include <stdio.h>. | Hans Boehm | 1 | -0/+1 |
2004-08-11 | javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an... | Per Bothner | 1 | -11/+11 |
2004-07-19 | Print -verbose:message on "loading", not initialization. | Per Bothner | 1 | -1/+12 |
2004-05-21 | Layout interfaces during preparation, not initialization. | Bryce McKinlay | 1 | -0/+3 |
2004-04-20 | class.c (make_class_data): Add new field aux_info. | Bryce McKinlay | 1 | -1/+1 |
2004-01-16 | natClassLoader.cc: Moved VMClassLoader methods... | Tom Tromey | 1 | -107/+1 |
2004-01-09 | natClassLoader.cc (_Jv_PrepareCompiledClass): Resolve a Utf8Const field befor... | Andrew Haley | 1 | -0/+1 |
2003-10-13 | natClassLoader.cc (_Jv_InitNewClassFields): Removed. | Tom Tromey | 1 | -37/+0 |
2003-10-09 | ClassLoader.java (setSigners): Implemented. | Tom Tromey | 1 | -0/+4 |
2003-10-02 | VMClassLoader.java (loadClass): Now native. | Tom Tromey | 1 | -0/+11 |
2003-09-25 | Proxy.java (generate): Uncomment protection domain code. | Tom Tromey | 1 | -42/+40 |
2003-01-30 | natClass.cc (initializeClass): Check tables when (state == JV_STATE_IN_PROGRE... | Jeff Sturm | 1 | -9/+5 |
2002-12-23 | exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit of catch_type. | Jeff Sturm | 1 | -7/+21 |
2002-12-19 | natClassLoader.cc (defineClass0): Removed erroneous comment. | Tom Tromey | 1 | -39/+36 |
2002-12-11 | ClassLoader.java (loadedClasses): New field. | Tom Tromey | 1 | -6/+0 |
2002-12-11 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -51/+0 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 1 | -0/+32 |
2002-10-11 | re PR libgcj/8142 ('$' in class names vs. dlopen 'dynamic string tokens') | Mark Wielaard | 1 | -1/+8 |
2002-09-30 | Add Proxy support. | Anthony Green | 1 | -0/+11 |
2002-09-25 | * java/lang/natClassLoader.cc: | Tom Tromey | 1 | -1/+1 |
2002-06-25 | natPlainDatagramSocketImpl.cc (BooleanClass): Removed. | Tom Tromey | 1 | -24/+23 |
2002-04-02 | natClassLoader.cc (findClass): Compare against `3', not `0'. | Tom Tromey | 1 | -2/+3 |
2001-12-21 | re PR java/5165 (Loading class fields with a ConstantValue attribute) | Tom Tromey | 1 | -5/+3 |
2001-12-16 | For PR java/5088: | Tom Tromey | 1 | -8/+17 |
2001-12-15 | java-tree.h (otable_methods, [...]): New field/global tree definitions. | Bryce McKinlay | 1 | -1/+6 |
2001-12-11 | re PR libgcj/5064 (java/lang/natClassLoader.cc doesn't compile on systems wit... | Tom Tromey | 1 | -3/+6 |
2001-11-26 | Fix for PR libgcj/2024, plus other class name cleanups: | Tom Tromey | 1 | -1/+5 |
2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-26 | VMClassLoader.java (getPrimitiveClass): Now native. | Bryce McKinlay | 1 | -0/+10 |
2001-10-25 | natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf. | Bryce McKinlay | 1 | -3/+2 |
2001-10-23 | prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ... | Bryce McKinlay | 1 | -1/+12 |
2001-10-16 | Eliminate use of C++ static constructors. | Bryce McKinlay | 1 | -16/+4 |
2001-09-21 | jvm.h (_Jv_VTable): Handle function descriptors for ia64... | Richard Henderson | 1 | -8/+5 |
2001-09-05 | natClassLoader.cc: Include VirtualMachineError.h | Corey Minyard | 1 | -0/+17 |
2001-08-31 | javaprims.h (_Jv_RegisterClassHook): New extern declaration. | Per Bothner | 1 | -3/+17 |