link.cc (ensure_class_linked): Removed #ifdef.
[gcc.git] / libjava / include / jvm.h
2005-03-17 Tom Tromeylink.cc (ensure_class_linked): Removed #ifdef.
2005-03-10 Bryce McKinlayNew Stack Trace infrastructure.
2005-03-07 Tom Tromeyre PR java/20215 (gcj does not accept classes with...
2005-02-19 Tom Tromeyre PR java/20056 ('verification failed: incompatible...
2005-02-16 Graydon Hoare[multiple changes]
2005-01-24 Tom TromeyClass.h (next): Updated documentation.
2005-01-14 Graydon Hoarejni.h (_Jv_JNIEnv::bottom_locals): New field.
2005-01-10 Tom TromeyPR libgcj/12016, PR libgcj/18405, PR libgcj/17738:
2005-01-10 Tom Tromeyre PR libgcj/18868 (Interface containing anonymous...
2004-11-27 Andrew Haleylink.cc (ensure_class_linked): Conditionally compile...
2004-11-25 Tom Tromey* Merged gcj-abi-2-dev-branch to trunk.
2004-10-26 Geoffrey KeatingIndex: gcc/gcc/ChangeLog
2004-08-12 Per Bothnerjavaprims.h (_Jv_Utf8Const): Change struct to a class...
2004-07-24 Bryce McKinlayprims.cc (_Jv_InitPrimClass): Don't create an array...
2004-07-13 Bryce McKinlayre PR libgcj/15713 (compile interpret.cc with -fno...
2004-07-07 Per Bothnerjvm.h (namespace jcj): Declare verbose_class_flag
2004-04-14 Bryce McKinlay[multiple changes]
2004-02-01 Michael Kochjvm.h (MAYBE_UNUSED): New macro tp mark probably unused...
2003-10-26 Bryce McKinlayConstructor.java (toString): Avoid extra whitespace...
2003-10-01 Andrew Haleyjcf-parse.c (java_parse_file): Write otable and atable.
2003-09-29 Tom Tromeyre PR libgcj/10596 (Reference and String.intern don...
2003-08-28 Tom TromeyMakefile.in: Rebuilt.
2003-08-19 Mohan Embarjvm.h: New class _Jv_TempUTFString (helper class for...
2003-08-18 Tom Tromeyre PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA...
2003-07-21 Tom TromeyRuntime.java: Comment fix.
2003-04-25 Mohan Embarjvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added...
2003-03-10 Andrew Haley[multiple changes]
2002-12-28 Mark Mitchellboehm.cc: Remove stray semicolon.
2002-08-29 Tom Tromeyjvm.h (struct _Jv_frame_info): New structure.
2002-04-11 Adam Kingjvm.h (_Jv_ThrowBadArrayIndex, [...]): Mark as noreturn.
2001-12-19 Bryce McKinlayjvm.h (_Jv_BuildGCDescr): Declare unconditionally.
2001-12-16 Tom TromeyFor PR libgcj/5103:
2001-12-15 Bryce McKinlayjava-tree.h (otable_methods, [...]): New field/global...
2001-12-14 Hans Boehmprims.cc: Some old cleanups.
2001-11-26 Tom TromeyFix for PR libgcj/2024, plus other class name cleanups:
2001-10-23 Bryce McKinlayprims.cc (_Jv_Abort): Always print error message using...
2001-10-16 Bryce McKinlayEliminate use of C++ static constructors.
2001-10-15 Hans BoehmnatObject.cc (heavy_lock): Moved fields old_client_data...
2001-10-10 Tom TromeynatFinalizerThread.cc: New file.
2001-10-02 Tom Tromeyjavaprims.h: Rebuilt class list.
2001-09-21 Richard Hendersonjvm.h (_Jv_VTable): Handle function descriptors for...
2001-09-10 Bryce McKinlayjvm.h (_Jv_AllocRawObj): New prototype.
2001-09-06 Anthony Greenjvm.h: Declare _Jv_RegisterResource.
2001-08-26 Bryce McKinlayMakefile.am: New friends for java/lang/Thread.h.
2001-05-29 Tom Tromey* include/jvm.h (_Jv_ThrowNoMemory): Mark as noreturn.
2001-05-24 Tom Tromey[multiple changes]
2001-05-18 Bryce McKinlay[multiple changes]
2001-05-13 Zack Weinbergexcept.c (choose_personality_routine): Export.
2001-03-23 Tom Tromeyjni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.
2000-10-09 Bryce McKinlayre GNATS libgcj/341 (Throwable.printStackTrace() isn...
2000-10-06 Tom TromeynatField.cc (BooleanClass): Don't define.
2000-09-30 Hans BoehmImplement bitmap descriptor based marking for Boehm GC.
2000-09-06 Jeff Sturmjvm.h (_Jv_HashCode): Cast object ptr to `unsigned...
2000-08-21 Anthony GreennatSystem.cc (init_properties): Change sourceware refer...
2000-08-16 Andrew Haleyjvm.h (_Jv_HashCode): New hash code.
2000-05-31 Tom Tromeyprims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.
2000-04-27 Tom TromeyRuntime support for PR gcj/2:
2000-04-22 Anthony Green+ 2000-04-22 Anthony Green <green@cygnus.com> + + ...
2000-04-20 Tom Tromeyre GNATS libgcj/212 (build is broken on Linux/Alpha)
2000-04-03 Tom Tromeyjvm.h (_Jv_GetArrayElementFromElementType): More commen...
2000-04-02 Anthony GreenJVMPI changes...
2000-03-07 Tom TromeyAll files: Updated copyright information.
2000-03-07 Bryce McKinlayresolve.cc (_Jv_SearchMethodInClass): New function.
2000-02-18 Tom Tromeyjvm.h (_Jv_GetJavaVM): Declare.
2000-02-10 Tom TromeynatNativeThread.cc: New file.
2000-02-04 Tom Tromeydefineclass.cc (handleMethodsBegin): Allocate _Jv_Metho...
2000-02-02 Tom Tromeyjava-interp.h (_Jv_JNI_conversion_call): Declare.
2000-02-01 Tom Tromeyprims.cc (_Jv_MallocUnchecked): New function.
2000-01-21 Tom TromeynatConstructor.cc (newInstance): Use _Jv_CallAnyMethodA.
2000-01-19 Tom Tromey* All files: Updated copyright to reflect Cygnus purchase.
2000-01-17 Andrew HaleynatThrowable.cc: New file.
2000-01-04 Tom Tromey[multiple changes]
1999-12-06 Anthony Greenjvm.h: Declare many functions with __attribute__((__mal...
1999-11-25 Tom Tromeyprims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementF...
1999-10-22 Tom TromeyMakefile.in: Rebuilt.
1999-09-10 Tom Tromeyconfigure: Rebuilt.
1999-09-01 Tom Tromeyjvm.h (_Jv_makeUtf8TypeConst): Removed unused declaration.
1999-08-08 Anthony Green[multiple changes]
1999-07-21 Andrew Haleyprims.cc (JvRunMain): Always initialize arithexception.
1999-04-07 Tom TromeyInitial revision