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
2016-02-27Remove unused filesmaster-signedMiguel de Icaza
2014-11-18Implemented isAdapterIpv6Enabled().jfrijters
2014-11-12Bug fix. LockSupport.parkUntil() didn't convert milliseconds to nanoseconds.jfrijters
2014-11-10Optimized unsafe field access.jfrijters
2014-11-10Prepare java.util.concurrent.ForkJoinPool for forking.jfrijters
2014-11-10Changed Thread.parkBlocker field accessiblity to internal, to allow java.util...jfrijters
2014-11-07Implemented "native" socketLocalAddress().jfrijters
2014-10-31* Replace PrivateFontCollection.AddMemoryFont() with PrivateFontCollection.Ad...smallsql
2014-10-29Merged fix from 8u11.jfrijters
2014-10-23* Change the synchronise of Bitmap to fix a sporadic: cli.System.InvalidOper...smallsql
2014-07-07Simplified the anonymous class name mangling.jfrijters
2014-06-10Removed sun.misc.Unsafe usage from java.util.concurrent.atomic.Striped64.jfrijters
2014-06-06Bug fix. Eagerly close the redirected in/outputs when an exception occurs or ...jfrijters
2014-06-04Simplified AnnotationType meta annotation handling.jfrijters
2013-08-15Merged in IoTrace hooks.jfrijters
2013-08-15Merged IoTrace hooks.jfrijters
2013-08-15Merged 7u40 AppContext and TimeZone decoupling mechanism.jfrijters
2013-08-15Merged 7u40 changes.jfrijters
2013-08-14Merged OpenJDK 7u40 changes to use SO_EXCLUSIVEADDRUSE for stream sockets tha...jfrijters
2013-08-14Merged OpenJDK 7u40 changes to use SO_EXCLUSIVEADDRUSE for datagram sockets t...jfrijters
2013-08-13Merged in OpenJDK changes.jfrijters
2013-08-12Switched from @HasCallerID to @CallerSensitive and merged CallerSenstive rela...jfrijters
2013-08-12Temporarily include (unmodified) OpenJDK 7u40 versions of java/lang/Package.j...jfrijters
2013-08-09Merged in some missing changes.jfrijters
2013-08-08Updated DriverManager to OpenJDK 7 (somehow this file was previously missed).jfrijters
2013-02-23Simplified AssemblyClassLoader construction.jfrijters
2013-02-23Moved AssemblyClassLoader package definition to runtime.jfrijters
2013-02-21Removed map.xml patching of bootstrap resource loading methods in java.lang.C...jfrijters
2013-02-21Removed remains of generic class loader support from AssemblyClassLoader.jfrijters
2013-02-19Bug fix. Disallow invalid class names in AssemblyClassLoader.loadClass().jfrijters
2013-02-17Project stub classes into the jar the classes originated from.jfrijters
2013-02-15Bug fix. The size should be taken from the actual zip entry, not the one pass...jfrijters
2013-02-11When (dynamically) linking method handle constants we should not call the sec...jfrijters
2013-01-30Implemented package access checks (dynamic mode only).jfrijters
2013-01-26Monitor must create before usage else it throw a NPE. This fix a NPE with usa...smallsql
2012-12-18Only register the AppDomain.ProcessExit event handler when necessary.jfrijters
2012-12-17Bug fix. Don't deadlock AppDomain.ProcessExit event handler when the event ge...jfrijters
2012-11-01Renamed "checksum" field to "adler", because JRuby depends on this.jfrijters
2012-11-01Changed FileNotFoundException message in the case of an access denied to matc...jfrijters
2012-08-31Merged OpenJDK 7u6.jfrijters
2012-08-30Merged in security manager check to Font.createFont(int, File) from OpenJDK.jfrijters
2012-08-30Implemented VM.isBooted() with respect to system property initialization to s...jfrijters
2012-08-30Pass a bogus field type to the Field objects constructed for the intrinsified...jfrijters
2012-08-30Use .NET Hashtable instead of Java HashSet to avoid initialization order issues.jfrijters
2012-08-29Whitespace changes to match up with 7u6.jfrijters
2012-08-29Optimized String.valueOf(char).jfrijters
2012-08-29Updated copyright year.jfrijters
2012-07-31Add support for running with headless awt toolkit. Fix for #3552089.jfrijters
2012-07-07Add ZipFile constructor that was added in Java 7.jfrijters
2012-06-15Use new ikvm.internal.Util.MONO field to check for Mono runtime, instead of o...jfrijters