ikvm-fork/openjdk/java/lang
jfrijters c9df2ba937 Merged OpenJDK 7u6. 2012-08-31 11:24:27 +00:00
..
invoke Merged OpenJDK 7u6. 2012-08-31 11:24:27 +00:00
management Updated java.lang.management package to OpenJDK 7. 2011-06-30 09:28:43 +00:00
ref Use .NET Hashtable instead of Java HashSet to avoid initialization order issues. 2012-08-30 08:51:10 +00:00
reflect Pass a bogus field type to the Field objects constructed for the intrinsified unsafe field accessors to make Field.toString() return something instead of crashing. 2012-08-30 08:52:13 +00:00
Class.java Integrated OpenJDK 7u4. Not all forked files have been merged yet, just the ones necessary to get things building. 2012-05-23 10:00:03 +00:00
ClassLoader.java First part of forked file merge of OpenJDK 7u4 changes. 2012-05-23 14:25:32 +00:00
ClassLoaderHelper.java First part of forked file merge of OpenJDK 7u4 changes. 2012-05-23 14:25:32 +00:00
Enum.java Updated java.lang.Enum to OpenJDK 7. 2011-06-19 12:14:33 +00:00
LangHelper.java Merged OpenJDK 7u6. 2012-08-31 11:24:27 +00:00
ProcessImpl.java First part of forked file merge of OpenJDK 7u4 changes. 2012-05-23 14:25:32 +00:00
PropertyConstants.java.in - Set runtime version during build, instead of computing it a runtime. 2009-07-03 06:57:06 +00:00
Shutdown.java Disable AppDomain.ProcessExit hook to run shutdown hooks when running on Mono to workaround https://bugzilla.xamarin.com/show_bug.cgi?id=5650 2012-06-15 14:50:24 +00:00
StringHelper.java Merged OpenJDK 7u6. 2012-08-31 11:24:27 +00:00
System.java Implemented VM.isBooted() with respect to system property initialization to support 7u6 which depends on VM.isBooted() to figure out whether it is safe to query a system property in Hashtable (which is itself used during system property initialization, because java.util.Properties is a Hashtable subclass). 2012-08-30 08:56:24 +00:00
Thread.java Move getThreads() to native code for reusing on other place. This is also more like the Java behavior. 2012-04-15 14:43:25 +00:00
ThrowableHelper.java Fixed regression introduced in previous commit. Throwable.printStackTrace() should do a virtual invocation of Throwable.printStackTrace(PrintStream). 2011-06-26 06:58:57 +00:00
VMSystemProperties.java Bug fix. Set os.name and os.version properties correctly when running on unknown Windows version (Windows 8). 2011-09-29 09:40:30 +00:00