OSDN Git Service

Print -verbose:message on "loading", not initialization.
[pf3gnuchains/gcc-fork.git] / libjava / java / lang / natClass.cc
2004-07-19 bothner Print -verbose:message on "loading", not initialization.
2004-07-07 bothner * include/jvm.h (namespace jcj): Declare verbose_clas...
2004-05-21 bryce Layout interfaces during preparation, not initialization.
2004-04-21 bryce2004-04-21 Bryce McKinlay <mckinlay@redhat.com>
2004-04-20 bryce2004-04-19 Bryce McKinlay <mckinlay@redhat.com>
2004-03-23 green2004-03-21 Anthony Green <green@redhat.com>
2003-12-03 mkoch2003-12-03 Michael Koch <konqueror@gmx.de>
2003-11-14 tromey * jni.cc (_Jv_JNI_GetStringUTFChars): Pass length...
2003-11-04 bryce * java/lang/natClass.cc (newInstance): Throw...
2003-10-28 bryce * java/lang/natClass.cc (_Jv_LayoutVTableMethods)...
2003-10-26 bryce2003-10-26 Bryce McKinlay <bryce@mckinlay.net.nz>
2003-10-24 greenObvious fix for systems with no interpreter.
2003-10-24 aph2003-10-22 Andrew Haley <aph@redhat.com>
2003-10-22 tromey PR libgcj/12416:
2003-10-09 tromey * java/lang/ClassLoader.java (setSigners): Implemented.
2003-10-01 aph2003-10-01 Andrew Haley <aph@redhat.com>
2003-09-25 tromey * java/lang/reflect/Proxy.java (generate): Uncomment...
2003-07-21 tromey * java/lang/Runtime.java: Comment fix.
2003-05-01 tromey PR libgcj/10582:
2003-03-29 tromey * java/lang/natClass.cc (newInstance): Put method...
2003-01-30 jsturm* java/lang/natClass.cc (initializeClass): Check tables...
2002-12-23 jsturm* exception.cc (PERSONALITY_FUNCTION): Clear least...
2002-12-19 tromey * java/lang/natClassLoader.cc (defineClass0): Removed...
2002-12-05 tromey * java/lang/Class.h (_Jv_SetVTableEntries): Updated...
2002-12-03 aph2002-12-03 Andrew Haley <aph@redhat.com>
2002-11-10 mark * java/lang/natClass.cc (initializeClass): Throw NoCla...
2002-11-02 tromey * java/lang/Class.h: Move JV_STATE_ERROR before JV_STA...
2002-09-03 tromey * java/lang/Class.h (_getDeclaredMethod): Declare.
2002-07-05 tromey2002-07-04 Tom Tromey <tromey@redhat.com>
2002-06-25 tromey * java/net/natPlainDatagramSocketImpl.cc (BooleanClass...
2001-12-21 tromey Fix for PR libgcj/2428:
2001-12-15 brycegcc/java:
2001-12-09 tromey * Makefile.in: Rebuilt.
2001-11-26 tromey Fix for PR libgcj/2024, plus other class name cleanups:
2001-10-16 bryce Eliminate use of C++ static constructors.
2001-09-30 bryce * java/lang/natClass.cc (_Jv_IsAssignableFrom...
2001-06-05 bryce2001-06-05 Martin Kahlert <martin.kahlert@infineon...
2001-05-18 bryce2001-05-18 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
2001-04-25 brycegcc/java:
2001-03-26 rth * exception.cc (java_eh_info): Make value type jthrowable.
2001-03-24 bothner * java/lang/natClass.cc (_Jv_IsAssignableFrom): Check...
2001-03-23 tromey * jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved...
2001-03-18 mark* java/lang/natClass.cc (_Jv_CheckCast): add class...
2001-02-14 bryce * java/lang/natClass.cc (getSignature): Don't try...
2001-02-08 jsm28gcc/java/:
2001-01-17 bryce * java/lang/Class.h (isInterface): Move implementation...
2001-01-17 apbianco2001-01-16 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-15 apbianco2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-08 bryceIn gcc/java:
2000-12-28 bryce * java/lang/natClass.cc (_Jv_IsAssignableFrom): Primit...
2000-11-26 green2000-11-25 Anthony Green <green@redhat.com>
2000-10-06 tromey * java/lang/reflect/natField.cc (BooleanClass): Don...
2000-08-17 apbianco2000-08-15 Alexandre Petit-Bianco <apbianco@cygnus...
2000-06-18 tromey * java/lang/natClass.cc (forName): Removed dead code...
2000-06-15 bryce2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-19 tromeyJumbo patch:
2000-05-05 bryce2000-05-05 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-21 bryce * java/lang/natClass.cc (isInstance): Use JV_CL...
2000-03-21 bryce * java/lang/natClass.cc (isInstance): Use _Jv_I...
2000-03-21 bryce2000-03-21 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-09 bryce2000-03-09 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-07 tromey * All files: Updated copyright information.
2000-03-07 bryce2000-03-07 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-02 tromey * include/java-interp.h: Don't include MethodInvocation.h.
2000-01-19 tromey * All files: Updated copyright to reflect Cygnus purchase.
2000-01-07 tromey * java/lang/natClass.cc (getClasses): Wrote.
2000-01-06 tromey * java/lang/natClass.cc (_getConstructors): Correctly...
2000-01-06 tromey * java/lang/natClass.cc (getMethod): Compute offset...
2000-01-05 tromey * java/lang/natClass.cc: Include <gcj/method.h>.
2000-01-05 tromey * java/lang/Class.h (_getMethods): Declare.
2000-01-05 tromey * java/lang/Class.h (getSignature): Updated.
2000-01-04 tromey2000-01-04 Tom Tromey <tromey@cygnus.com>
1999-11-18 tromey * java/lang/natClass.cc (MCACHE_SIZE): Define as a...
1999-11-04 tromey * java/lang/natClass.cc (method_cache_count): Removed.
1999-09-10 tromey * configure: Rebuilt.
1999-09-02 tromey * java/lang/natClass.cc: Fixed notification of threads
1999-08-18 krab * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClas...
1999-08-14 tromey1999-08-14 Per Bothner <per@bothner.com>
1999-08-08 green1999-08-09 Anthony Green <green@cygnus.com>
1999-04-07 tromeyInitial revision