gcc/libjava/java/lang
Tom Tromey b149e89e77 Class.h (JV_STATE_LOADING): Added comment.
* java/lang/Class.h (JV_STATE_LOADING): Added comment.
	* Makefile.in: Rebuilt.
	* Makefile.am (nat_source_files): Added natSystemClassLoader.cc.
	* gnu/gcj/runtime/natSystemClassLoader.cc: New file.
	* gnu/gcj/runtime/SystemClassLoader.java (nativeClasses):
	New field.
	(loadedClasses): Removed.
	(findClass): Declare.
	(addClass): Add to nativeClasses, not loadedClasses.

From-SVN: r113530
2006-05-04 15:29:22 +00:00
..
ref re PR libgcj/25187 (dereferencing type-punned pointer warnings while building libgcj) 2006-02-09 01:35:33 +00:00
reflect Imported Classpath 0.18. 2005-09-23 21:31:04 +00:00
Character.java unicode-muncher.pl: Removed this file. 2006-03-28 16:12:52 +00:00
Class.h Class.h (JV_STATE_LOADING): Added comment. 2006-05-04 15:29:22 +00:00
Class.java Class.java (getPackage): Get package from VMClassLoader if needed. 2005-12-16 21:38:45 +00:00
ClassLoader.java re PR libgcj/26103 (Wrong exception thrown) 2006-03-07 21:39:44 +00:00
EcosProcess.java Fix for PR libgcj/7570 and PR libgcj/7578: 2002-08-14 01:07:59 +00:00
InheritableThreadLocal.java Update FSF address 2005-06-30 03:22:09 +00:00
Math.java Imported GNU Classpath 0.90 2006-03-10 21:46:48 +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 re PR classpath/26990 (SecurityManager.checkExit() problem) 2006-04-04 23:25:09 +00:00
SecurityManager.java Update FSF address 2005-06-30 03:22:09 +00:00
String.java Character.java (SIZE, [...]): New fields from Classpath. 2006-01-07 00:46:28 +00:00
StringBuffer.java StringBuilder.java (appendCodePoint): New method. 2006-01-09 06:42:19 +00:00
StringBuilder.java StringBuilder.java (appendCodePoint): New method. 2006-01-09 06:42:19 +00:00
System.java win32.cc (_Jv_platform_nanotime): New function. 2006-03-09 18:47:54 +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 SystemClassLoader.java (addClass): Get the value of package-private field "loadedClasses" using reflection. 2006-04-11 17:23:00 +01:00
VMDouble.java re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
VMFloat.java re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +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 unicode-muncher.pl: Removed this file. 2006-03-28 16:12:52 +00:00
natClass.cc * java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>. 2006-04-24 21:28:36 +00:00
natClassLoader.cc natClassLoader.cc: Don't include link.h or dladdr.h. 2006-04-25 11:54:15 +00:00
natDouble.cc re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
natEcosProcess.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natFloat.cc re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +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 * java/lang/natPosixProcess.cc (reap): Ignore unknown children. 2006-01-05 17:35:20 +00:00
natRuntime.cc natThread.cc (finish_): Don't clear 'group'. 2006-01-06 01:03:45 +00:00
natString.cc re PR libgcj/23495 (java.lang.String.equals is suboptimal) 2006-03-10 00:39:49 +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 win32.cc (_Jv_platform_nanotime): New function. 2006-03-09 18:47:54 +00:00
natThread.cc natThread.cc (finish_): Don't clear 'group'. 2006-01-06 01:03:45 +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