Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-15Disable AppDomain.ProcessExit hook to run shutdown hooks when running on Mono...jfrijters
2012-05-23First part of forked file merge of OpenJDK 7u4 changes.jfrijters
2012-05-23Prepare for forking.jfrijters
2012-05-23Integrated OpenJDK 7u4. Not all forked files have been merged yet, just the o...jfrijters
2012-05-23Updated system property that still referred to Sun Microsystems instead of Or...jfrijters
2012-05-23Prepare java.util.TimeZone for forking.jfrijters
2012-04-15Move getThreads() to native code for reusing on other place. This is also mor...smallsql
2012-03-24Now setRGB can call parallel with graphics API callssmallsql
2012-03-11When the scope ID is zero we should pass -1 to the Inet6Address constructor (...jfrijters
2012-03-10Replace all RasterOp with the versions from GNU CLASSPATH because the origina...smallsql
2012-02-23Intrinsified the unsafe.objectFieldOffset(XXX.class.getDeclaredField("xxx")) ...jfrijters
2012-02-21Workaround a problem in sun.util.locale.LocaleObjectCache that assumes that a...jfrijters
2012-02-21synchronized the bitmap to fix "System.InvalidOperationException: The object ...smallsql
2011-11-28Relax class name validation for trusted class loaders.jfrijters
2011-10-18Implemented redirectErrorStream for case where stdout is not also redirected.jfrijters
2011-10-17When an envblock is specified, we should clear out the existing environment v...jfrijters
2011-10-17Fixed openForAtomicAppend() to actually use atomic append.jfrijters
2011-10-17"Pipe" writes should be flushed.jfrijters
2011-10-11Bug fix. Make sure sun.misc.Launcher is initialized before setting a security...jfrijters
2011-09-29Bug fix. Set os.name and os.version properties correctly when running on unkn...jfrijters
2011-09-01Updated StringHelper to OpenJDK 7.jfrijters
2011-09-01Fixed race condition in Thread.initContextClassLoader().jfrijters
2011-08-30Parent class loader should always be checked for validity.jfrijters
2011-08-30Enable ClassLoader.registerAsParallelCapable().jfrijters
2011-08-29Use IPv4 (two stacks) implementation when IPv6 is not available and added IKV...jfrijters
2011-08-29Moved SafeGetEnvironmentVariable into Util.jfrijters
2011-08-29Prepare for forking.jfrijters
2011-08-25Implemented dual stack sockets.jfrijters
2011-08-25Prepare for forking.jfrijters
2011-08-24Implemented Asynchronous[Server]SocketChannel.jfrijters
2011-08-18Reduce the number of differences in FileChannelImpl.jfrijters
2011-08-15Implemented invokedynamic instruction.jfrijters
2011-08-15Prepare for forking.jfrijters
2011-08-13Added CallerID to MethodHandles.lookup().jfrijters
2011-08-13Prepare for forking.jfrijters
2011-08-09Removed more unused code.jfrijters
2011-08-09Removed unused code.jfrijters
2011-08-09Prepare for forking.jfrijters
2011-08-09Moved BoundMethodHandle and DirectMethodHandle initialization into the respec...jfrijters
2011-08-09Prepare for forking.jfrijters
2011-08-06Implemented a large chunk of MethodHandle support.jfrijters
2011-08-05Prepare for forking.jfrijters
2011-08-03Prepare for forking.jfrijters
2011-08-01- Updated properties to conform to OpenJDK 7.jfrijters
2011-07-30Switched to a different way to force Thread.[get|set]ContextClassLoader metho...jfrijters
2011-07-30Added .NET 4 security attribute.jfrijters
2011-07-29Removed temp OpenJDK 6 methods.jfrijters
2011-07-28Complete migration to OpenJDK 7. Thanks to Volker Berlin for the bulk of this...jfrijters
2011-07-15Updated bulk of java.nio to OpenJDK 7.jfrijters
2011-07-11Fixed Thread.isCCLOverridden() bug. If the [g|s]etContextClassLoader() method...jfrijters