gcc/libjava/java/lang
Tom Tromey e59a1e40f3 win32.cc (_Jv_platform_nanotime): New function.
* win32.cc (_Jv_platform_nanotime): New function.
	* include/win32.h (_Jv_platform_nanotime): Declare.
	* posix.cc (_Jv_platform_nanotime): New function.
	* include/posix.h (_Jv_platform_nanotime): Declare.
	* java/lang/natSystem.cc (nanoTime): New method.
	* java/lang/System.java (nanoTime): Declare.
	* include/config.h.in, configure: Rebuilt.
	* configure.ac: Check for clock_gettime.

From-SVN: r111869
2006-03-09 18:47:54 +00:00
..
ref re PR libgcj/25187 (dereferencing type-punned pointer warnings while building libgcj) 2006-02-09 01:35:33 +00:00
reflect
Character.java
Class.h Class.h (_Jv_IDispatchTable): Make it a struct. 2006-02-09 23:59:30 +00:00
Class.java
ClassLoader.java re PR libgcj/26103 (Wrong exception thrown) 2006-03-07 21:39:44 +00:00
EcosProcess.java
InheritableThreadLocal.java
natCharacter.cc
natClass.cc re PR libgcj/24321 (instanceof erroneously causes class initialization) 2006-03-01 16:01:34 +00:00
natClassLoader.cc re PR libgcj/26103 (Wrong exception thrown) 2006-03-07 21:39:44 +00:00
natDouble.cc re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
natEcosProcess.cc
natFloat.cc re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
natMath.cc
natObject.cc
natPosixProcess.cc
natRuntime.cc
natString.cc
natStringBuffer.cc
natStringBuilder.cc
natSystem.cc win32.cc (_Jv_platform_nanotime): New function. 2006-03-09 18:47:54 +00:00
natThread.cc
natVMClassLoader.cc
natVMSecurityManager.cc
natVMThrowable.cc
natWin32Process.cc
Object.h
Object.java
Package.java
PosixProcess.java
Runtime.java
SecurityManager.java
String.java
StringBuffer.java
StringBuilder.java
System.java win32.cc (_Jv_platform_nanotime): New function. 2006-03-09 18:47:54 +00:00
Thread.java
ThreadLocal.java
VMClassLoader.java
VMCompiler.java
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
VMThrowable.java
Win32Process.java