aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/jvm.h
AgeCommit message (Expand)AuthorFilesLines
2006-06-08jvm.h (_Jv_Linker::maybe_adjust_signature): New.Andrew Haley1-1/+26
2006-05-30makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-gtk.lo.Thomas Fitzsimmons1-0/+3
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay1-2/+2
2006-02-08PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey1-7/+4
2006-02-03re PR libgcj/26073 (libjava fails to compile)Robert Schuster1-0/+1
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster1-2/+21
2005-12-22natClassLoader.cc (_Jv_NewArrayClass): Don't reference NUM_OBJECT_METHODS.Tom Tromey1-4/+0
2005-12-08Object.h (throwNoSuchMethodError): New method.Andrew Haley1-0/+4
2005-11-29re PR java/18278 (JNI functions cannot return a weak reference)Tom Tromey1-0/+2
2005-11-17Implement -Xss.Bryce McKinlay1-0/+7
2005-09-27re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)Tom Tromey1-0/+4
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