gcc/libjava/java/lang
Andrew Haley e046c56eee class.c (make_class_data): When using flag_indirect_classes, don't initialize the vtable of Class instances.
2006-06-16  Andrew Haley  <aph@redhat.com>

        * class.c (make_class_data): When using flag_indirect_classes,
        don't initialize the vtable of Class instances.

2006-06-16  Andrew Haley  <aph@redhat.com>

        * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Don't
        copy the whole Class instance from the initializer: instead, copy
        everything but the first word (the vtable pointer).
        Change prototype to (const char* class_initializer).
        (_Jv_RegisterNewClasses): Change prototype to (const char**).
        * java/lang/Class.h (_Jv_RegisterNewClasses): Change prototype to
        (const char**).

From-SVN: r114714
2006-06-16 08:56:29 +00:00
..
ref
reflect re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemetation) 2006-05-24 17:21:52 +00:00
Character.java
Class.h class.c (make_class_data): When using flag_indirect_classes, don't initialize the vtable of Class instances. 2006-06-16 08:56:29 +00:00
Class.java * java/lang/Class.java (getClassLoaderInternal): Now native. 2006-06-09 21:33:32 +00:00
ClassLoader.java
EcosProcess.java
Math.java re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented) 2006-05-24 17:14:45 +00:00
natCharacter.cc
natClass.cc natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_UNUSED for HAVE_TLS == 0. 2006-05-21 00:03:19 +02:00
natClassLoader.cc class.c (make_class_data): When using flag_indirect_classes, don't initialize the vtable of Class instances. 2006-06-16 08:56:29 +00:00
natDouble.cc
natEcosProcess.cc
natFloat.cc
natMath.cc re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented) 2006-05-24 17:14:45 +00:00
natObject.cc
natPosixProcess.cc
natRuntime.cc
natString.cc
natStringBuffer.cc
natStringBuilder.cc
natSystem.cc
natThread.cc natThread.cc (countStackFrames): Do not throw UnsupportedOperationException. 2006-05-29 22:04:13 +00:00
natVMClassLoader.cc re PR libgcj/27294 (gij throws NullPointerException, when the interpreter is not enabled) 2006-05-05 15:05:20 +00:00
natVMSecurityManager.cc
natVMThrowable.cc
natWin32Process.cc
Object.h
Object.java
Package.java
PosixProcess.java
Runtime.java
SecurityManager.java
String.java String.java, [...]: Merge from GNU Classpath HEAD. 2006-06-09 16:07:07 +00:00
StringBuffer.java
StringBuilder.java
System.java
Thread.java re PR libgcj/27730 (Thread.getId() needs implemented) 2006-06-09 21:37:32 +00:00
VMClassLoader.java VMClassLoader.java (initialize): Set default library control to LIB_NEVER. 2006-05-31 17:47:44 +00:00
VMCompiler.java
VMDouble.java
VMFloat.java
VMSecurityManager.java
VMThrowable.java
Win32Process.java