gcc/libjava/java/lang
Tom Tromey 228366cdd2 natClassLoader.cc (_Jv_NewArrayClass): Don't reference NUM_OBJECT_METHODS.
* java/lang/natClassLoader.cc (_Jv_NewArrayClass): Don't
	reference NUM_OBJECT_METHODS.
	* include/jvm.h (NUM_OBJECT_METHODS): Removed.

From-SVN: r108956
2005-12-22 17:33:05 +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 (getPackage): Get package from VMClassLoader if needed. 2005-12-16 21:38:45 +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 Fix for PR libgcj/7570 and PR libgcj/7578: 2002-08-14 01:07:59 +00:00
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
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 re PR libgcj/11801 (Problems with Process.waitFor() and exitValue()) 2004-08-12 16:20:11 +00:00
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 VMCompiler.java: Directly generate a new instance of gnu.java.security.provider.MD5. 2005-12-12 17:29:45 +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 re PR libgcj/12231 ([win32] Console applications spawned via Runtime.exec( ) in a GUI application flash console window) 2003-11-07 03:16:49 +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_NewArrayClass): Don't reference NUM_OBJECT_METHODS. 2005-12-22 17:33:05 +00:00
natDouble.cc natDouble.cc (parseDouble): Handle NaN, Infinity and -Infinity as parameters. 2005-04-02 01:18:45 +00:00
natEcosProcess.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natFloat.cc Double.java (doubleToRawLongBits): Now native. 2001-02-09 22:13:33 +00:00
natMath.cc Makefile.in: Rebuilt with Eric's change below. 2002-02-15 05:53:29 +00:00
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 natStringBuffer.cc (regionMatches): New function. 2003-03-24 00:50:18 +00:00
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 natPosixProcess.cc (startProcess): Implement standard streams using FileChannelImpl, not FileDescriptor. 2004-02-29 11:14:20 -08:00