gcc/libjava/java/lang
Andrew Haley 9edd0f5e69 Object.h (throwNoSuchMethodError): New method.
2005-12-08  Andrew Haley  <aph@redhat.com>

        * java/lang/Object.h (throwNoSuchMethodError): New method.
        * java/lang/Object.java (throwNoSuchMethodError): New method.
        * include/jvm.h (_Jv_ThrowNoSuchFieldError): Declare.
        * link.cc (_Jv_ThrowNoSuchFieldError): New.
        (link_symbol_table): Don't throw a NoSuchFieldError if a field is
        missing.  Instead, set the otable entry to zero.
        (link_symbol_table): If we don't find a nonstatic method, insert
        the vtable offset of Object.throwNoSuchMethodError() into the
        otable.

From-SVN: r108231
2005-12-08 14:19:13 +00:00
..
ref Major merge with Classpath. 2005-07-16 01:27:14 +00:00
reflect Imported Classpath 0.18. 2005-09-23 21:31:04 +00:00
Character.java 2005-08-23 Roman Kennke <roman@kennke.org> 2005-08-23 22:19:17 +00:00
Class.h class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial state. 2005-08-17 20:44:10 +00:00
Class.java Class.java (getProtectionDomain): Merged javadoc from Classpath. 2005-07-14 17:22:18 +00:00
ClassLoader.java Update FSF address 2005-06-30 03:22:09 +00:00
Double.java Update FSF address 2005-06-30 03:22:09 +00:00
EcosProcess.java
Float.java Update FSF address 2005-06-30 03:22:09 +00:00
InheritableThreadLocal.java Update FSF address 2005-06-30 03:22:09 +00:00
natCharacter.cc Update FSF address 2005-06-30 03:22:09 +00:00
natClass.cc re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe) 2005-09-27 20:03:09 +00:00
natClassLoader.cc natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. 2005-06-24 22:48:33 +00:00
natDouble.cc natDouble.cc (parseDouble): Handle NaN, Infinity and -Infinity as parameters. 2005-04-02 01:18:45 +00:00
natEcosProcess.cc
natFloat.cc
natMath.cc
natObject.cc re PR libgcj/23353 (clone() copies internal lock data with hash synchronization off) 2005-08-12 16:40:32 +00:00
natPosixProcess.cc PR libgcj/23763. From aeby@graeff.com. 2005-11-08 21:00:15 +00:00
natRuntime.cc re PR libgcj/23761 (java.library.path doesn't affect module loading path) 2005-09-08 21:26:25 +00:00
natString.cc re PR libgcj/21753 (String.substring sharing heuristic should be improved) 2005-06-01 15:52:45 +00:00
natStringBuffer.cc
natStringBuilder.cc javaprims.h: Updated. 2005-05-10 18:28:31 +00:00
natSystem.cc [multiple changes] 2005-04-25 19:48:35 +00:00
natThread.cc re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe) 2005-09-27 20:03:09 +00:00
natVMClassLoader.cc natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. 2005-06-24 22:48:33 +00:00
natVMSecurityManager.cc natVMSecurityManager.cc (getClassContext): Add new arg: klass. 2005-03-21 14:50:14 +00:00
natVMThrowable.cc New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
natWin32Process.cc
Object.h Object.h (throwNoSuchMethodError): New method. 2005-12-08 14:19:13 +00:00
Object.java Object.h (throwNoSuchMethodError): New method. 2005-12-08 14:19:13 +00:00
Package.java Update FSF address 2005-06-30 03:22:09 +00:00
PosixProcess.java
Runtime.java Update FSF address 2005-06-30 03:22:09 +00:00
SecurityManager.java Update FSF address 2005-06-30 03:22:09 +00:00
String.java Update FSF address 2005-06-30 03:22:09 +00:00
StringBuffer.java Update FSF address 2005-06-30 03:22:09 +00:00
StringBuilder.java Update FSF address 2005-06-30 03:22:09 +00:00
System.java Update FSF address 2005-06-30 03:22:09 +00:00
Thread.java Update FSF address 2005-06-30 03:22:09 +00:00
ThreadLocal.java Update FSF address 2005-06-30 03:22:09 +00:00
VMClassLoader.java Update FSF address 2005-06-30 03:22:09 +00:00
VMCompiler.java Update FSF address 2005-06-30 03:22:09 +00:00
VMSecurityManager.java Update FSF address 2005-06-30 03:22:09 +00:00
VMThrowable.java Update FSF address 2005-06-30 03:22:09 +00:00
Win32Process.java