aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/jvm.h
AgeCommit message (Expand)AuthorFilesLines
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey1-0/+9
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey1-0/+2
2005-05-26decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay1-14/+33
2005-05-13[multiple changes]Bryce McKinlay1-0/+3
2005-05-12gcj.texi (Code Generation): Document -fbootstrap-classes.Tom Tromey1-3/+12
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-1/+1
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey1-1/+2
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons1-0/+3
2005-03-23jvm.h (GCJ_40_BC_ABI_VERSION): New define.Tom Tromey1-4/+7
2005-03-17link.cc (ensure_class_linked): Removed #ifdef.Tom Tromey1-0/+9
2005-03-10New Stack Trace infrastructure.Bryce McKinlay1-14/+0
2005-03-07re PR java/20215 (gcj does not accept classes with same name fields)Tom Tromey1-1/+2
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey1-0/+1
2005-02-16[multiple changes]Graydon Hoare1-0/+3
2005-01-24Class.h (next): Updated documentation.Tom Tromey1-0/+15
2005-01-14jni.h (_Jv_JNIEnv::bottom_locals): New field.Graydon Hoare1-0/+3
2005-01-10PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey1-0/+2
2005-01-10re PR libgcj/18868 (Interface containing anonymous class breaks gij)Tom Tromey1-1/+4
2004-11-27link.cc (ensure_class_linked): Conditionally compile _Jv_IsInterpretedClass o...Andrew Haley1-0/+3
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-5/+38
2004-10-26Index: gcc/gcc/ChangeLogGeoffrey Keating1-1/+3
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner1-1/+1
2004-07-24prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay1-6/+0
2004-07-13re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)Bryce McKinlay1-0/+12
2004-07-07jvm.h (namespace jcj): Declare verbose_class_flagPer Bothner1-0/+3
2004-04-14[multiple changes]Bryce McKinlay1-2/+4
2004-02-01jvm.h (MAYBE_UNUSED): New macro tp mark probably unused arguments.Michael Koch1-0/+3
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay1-0/+9
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-1/+1
2003-09-29re PR libgcj/10596 (Reference and String.intern don't work together)Tom Tromey1-0/+6
2003-08-28Makefile.in: Rebuilt.Tom Tromey1-0/+16
2003-08-19jvm.h: New class _Jv_TempUTFString (helper class for getting a temporary C st...Mohan Embar1-0/+73
2003-08-18re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result...Tom Tromey1-7/+8
2003-07-21Runtime.java: Comment fix.Tom Tromey1-1/+4
2003-04-25jvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added (_Jv_SetArgs) addedMohan Embar1-1/+14
2003-03-10[multiple changes]Andrew Haley1-3/+2
2002-12-28boehm.cc: Remove stray semicolon.Mark Mitchell1-1/+1
2002-08-29jvm.h (struct _Jv_frame_info): New structure.Tom Tromey1-0/+14
2002-04-11jvm.h (_Jv_ThrowBadArrayIndex, [...]): Mark as noreturn.Adam King1-3/+5
2001-12-19jvm.h (_Jv_BuildGCDescr): Declare unconditionally.Bryce McKinlay1-2/+0
2001-12-16For PR libgcj/5103:Tom Tromey1-0/+7
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay1-0/+6
2001-12-14prims.cc: Some old cleanups.Hans Boehm1-9/+11
2001-11-26Fix for PR libgcj/2024, plus other class name cleanups:Tom Tromey1-0/+8
2001-10-23prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ...Bryce McKinlay1-0/+3
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay1-0/+9
2001-10-15natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro...Hans Boehm1-0/+2
2001-10-10natFinalizerThread.cc: New file.Tom Tromey1-0/+3
2001-10-02javaprims.h: Rebuilt class list.Tom Tromey1-0/+7
2001-09-21jvm.h (_Jv_VTable): Handle function descriptors for ia64...Richard Henderson1-7/+41