aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/jvm.h
AgeCommit message (Expand)Author
2008-08-22re PR libgcj/8995 (race cases in interpreter)Andrew Haley
2008-03-13natClassLoader.cc (_Jv_RegisterInitiatingLoader): Check loading constraints.Tom Tromey
2007-10-22jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.David Daney
2007-08-04Import GNU Classpath (libgcj-import-20070727).Matthias Klose
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
2007-01-22re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey
2007-01-17natThread.cc (finalize_native): Remove cast.Tom Tromey
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-09-01jvm.h (_Jv_JVMTI_Init): Declare.Keith Seitz
2006-07-20jvm.h (_Jv_GetJVMTIEnv): Declare.Keith Seitz
2006-06-08jvm.h (_Jv_Linker::maybe_adjust_signature): New.Andrew Haley
2006-05-30makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-gtk.lo.Thomas Fitzsimmons
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay
2006-02-08PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey
2006-02-03re PR libgcj/26073 (libjava fails to compile)Robert Schuster
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster
2005-12-22natClassLoader.cc (_Jv_NewArrayClass): Don't reference NUM_OBJECT_METHODS.Tom Tromey
2005-12-08Object.h (throwNoSuchMethodError): New method.Andrew Haley
2005-11-29re PR java/18278 (JNI functions cannot return a weak reference)Tom Tromey
2005-11-17Implement -Xss.Bryce McKinlay
2005-09-27re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)Tom Tromey
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey
2005-05-26decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay
2005-05-13[multiple changes]Bryce McKinlay
2005-05-12gcj.texi (Code Generation): Document -fbootstrap-classes.Tom Tromey
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons
2005-03-23jvm.h (GCJ_40_BC_ABI_VERSION): New define.Tom Tromey
2005-03-17link.cc (ensure_class_linked): Removed #ifdef.Tom Tromey
2005-03-10New Stack Trace infrastructure.Bryce McKinlay
2005-03-07re PR java/20215 (gcj does not accept classes with same name fields)Tom Tromey
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey
2005-02-16[multiple changes]Graydon Hoare
2005-01-24Class.h (next): Updated documentation.Tom Tromey
2005-01-14jni.h (_Jv_JNIEnv::bottom_locals): New field.Graydon Hoare
2005-01-10PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey
2005-01-10re PR libgcj/18868 (Interface containing anonymous class breaks gij)Tom Tromey
2004-11-27link.cc (ensure_class_linked): Conditionally compile _Jv_IsInterpretedClass o...Andrew Haley
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-10-26Index: gcc/gcc/ChangeLogGeoffrey Keating
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner
2004-07-24prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay
2004-07-13re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)Bryce McKinlay
2004-07-07jvm.h (namespace jcj): Declare verbose_class_flagPer Bothner
2004-04-14[multiple changes]Bryce McKinlay
2004-02-01jvm.h (MAYBE_UNUSED): New macro tp mark probably unused arguments.Michael Koch
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley