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
2015-06-26Use (cheaper) InterlockedCompareAndSet "native" method instead of AtomicRefer...jfrijters
2015-06-26Unforked java/net/SocketInputStream.java and java/net/SocketOutputStream.java.jfrijters
2015-06-26Unforked java/io/FileInputStream.java, java/io/FileOutputStream.java and java...jfrijters
2015-06-25Extract Windows version from kernel32.dll to avoid version lie.jfrijters
2015-06-25Moved ClassSerializationProxy into its own source file.jfrijters
2015-06-25No need to explicitly capture thread reference in Cleanup object, as it's an ...jfrijters
2015-06-24Optimized LambdaForm compiler.jfrijters
2015-06-23Fixed regression introduced with pairwise convert optimization. MethodHandle ...jfrijters
2015-06-21Make non-public final methods defined in map.xml that don't override anything...jfrijters
2015-06-20Improve MetrhodHandle.asType() performance by directly creating a single Lamb...jfrijters
2015-06-09Integrated OpenJDK 8u45.jfrijters
2015-05-31Added Unsafe.staticFieldOffset() and Unsafe.staticFieldBase() methods.jfrijters
2015-05-29Bug fix. ReferenceQueue should not keep registered (but not yet enqueued) Ref...jfrijters
2015-04-19Fixed build to allow nasgen to work with 1.8.0_40.jfrijters
2015-03-14Removed obsolete workaround.jfrijters
2015-03-11Bug fix. MethodHandle and JNI should be able to set static final fields.jfrijters
2015-03-06Bug fix. Allow MethodHandle for cli.System.Object methods to work on (Java co...jfrijters
2015-03-06Bug fix. Bootstrap classes that use .NET types in their signatures should be ...jfrijters
2015-03-05Added Unsafe.reallocateMemory() and fixed allocateMemory() to do nothing if z...jfrijters
2015-02-19Make IKVM.OpenJDK.Nashorn.dll build reproducible.jfrijters
2015-02-18Copy timestamps from source files for generated files that end up in resource...jfrijters
2014-12-18Fixed build error when using Java 8u25.jfrijters
2014-11-19Optimized [Integer|Long].[compare|divide|remainder]Unsigned().jfrijters
2014-11-18Implemented isAdapterIpv6Enabled().jfrijters
2014-11-17Updated FORKED to include ForkJoinPool.jfrijters
2014-11-14Made Unsafe interlocked operations truly atomic (except for unaligned array a...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-11-06Made sun.misc.Unsafe array access more compatible with JDK. It is now possibl...jfrijters
2014-10-31* Replace PrivateFontCollection.AddMemoryFont() with PrivateFontCollection.Ad...smallsql
2014-10-29Fixed regression introduced by previous fix. We can't use FileInfo.Exists, be...jfrijters
2014-10-29Merged fix from 8u11.jfrijters
2014-10-29Use (temporarily) forked com/sun/java/util/jar/pack/PackageReader class.jfrijters
2014-10-29Workaround for https://bugs.openjdk.java.net/browse/JDK-8062335jfrijters
2014-10-29Prepare for temp fork to workaround a bug.jfrijters
2014-10-27synchronise bitmap to fix a sporadic: cli.System.InvalidOperationException: ...smallsql
2014-10-23* Change the synchronise of Bitmap to fix a sporadic: cli.System.InvalidOper...smallsql
2014-08-26Bug fix. Reading/writing attributes of non-existing file should throw NoSuchF...jfrijters
2014-07-07Simplified the anonymous class name mangling.jfrijters
2014-07-01Added intrinsic for LambdaMetafactory.metafactory().jfrijters
2014-07-01Bug fix. Calling BasicFileAttributes.size() on a directory didn't work. Thank...jfrijters
2014-06-13Bug fix. Handle malformed UTF-16 (invalid surrogates) in type/member names an...jfrijters
2014-06-10Unforked sun.management.FileSystemImpl and sun.management.GcInfoBuilder.jfrijters
2014-06-10Removed sun.misc.Unsafe usage from java.util.concurrent.atomic.Striped64.jfrijters
2014-06-07Added security attributes needed for .NET 4 build.jfrijters
2014-06-07Include some missing resources.jfrijters
2014-06-06Bug fix. Eagerly close the redirected in/outputs when an exception occurs or ...jfrijters