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
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-28Enable pack200 unpacking.jfrijters
2014-10-28Ignore -Xmn and -XX: Oracle Java specific command line options.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-26Revert "Reapply 'Added universe option to surpress identity conversion.'"Marek Safar
2014-08-26Bug fix. If named argument parsing fails due to missing type, ConstructorArgu...jfrijters
2014-08-26Bug fix. Reading/writing attributes of non-existing file should throw NoSuchF...jfrijters
2014-08-06Bug fix. When reading a .class resource from an assembly (to attempt to dynam...jfrijters
2014-07-10Fixed anonymous type lookup in CLASSGC mode.jfrijters
2014-07-10Fixed CLASSGC build break.jfrijters
2014-07-09Remove AnonymousTypeWrapper from ikvmstub and ikvmc.jfrijters
2014-07-09If an interface extends java.lang.Comparable and has an explicit compareTo me...jfrijters
2014-07-09Added method and field reflection support for lambda classes.jfrijters
2014-07-09Added .NET serialization interop to lambda classes.jfrijters
2014-07-08Added support for bridge methods.jfrijters
2014-07-08Fixed serialization issue.jfrijters
2014-07-08Added support for marker interfaces.jfrijters
2014-07-08Use the same nested type for lambdas that are created with an invokedynamic t...jfrijters
2014-07-08Added support for intrinsifying serializable lambdas.jfrijters
2014-07-07Simplified the anonymous class name mangling.jfrijters
2014-07-04Include full class name of anonymous classes in stack trace (i.e. including t...jfrijters
2014-07-04Intrinsified lambda anonymous classes should return protection domain from ho...jfrijters
2014-07-01Added intrinsic for LambdaMetafactory.metafactory().jfrijters
2014-07-01Make Boxer helper class available to runtime.jfrijters
2014-07-01Bug fix. If an invokedynamic bootstrap argument conversion fails, the excepti...jfrijters
2014-07-01Privileged invokespecial (from anonymous class to host class) should not go t...jfrijters
2014-07-01Bug fix. Calling BasicFileAttributes.size() on a directory didn't work. Thank...jfrijters
2014-06-29Updated wiki links.jfrijters
2014-06-24Updated ldc <methodhandle> error behavior to match Java 8.jfrijters
2014-06-24Bug fix. Since Java 1.7 class names aren't allowed to have [ and ] characters.jfrijters
2014-06-24Fixed regression introduced by previous commit. We should not introduce Secur...jfrijters
2014-06-24Bug fix. Only the bootstrap class loader is allowed to define classes in the ...jfrijters
2014-06-24Bug fix. Interfaces can't "override" final methods in Object.jfrijters
2014-06-23Bug fix. Array classes get the system protection domain, not the element type's.jfrijters
2014-06-18Fixed regression introduced in previous commit. \u0000 must use non-canonical...jfrijters
2014-06-18- Bug fix. Non-canonical UTF-8 encodings should throw ClassFormatError.jfrijters
2014-06-16Improved handling of incorrect bootstrap methods.jfrijters
2014-06-16Bug fix. Invokedynamic bootstrap method can also be a constructor.jfrijters
2014-06-13Added ikvm.exe.manifest file to enable Windows 8.1 behavior (including gettin...jfrijters