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 (Collapse)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 ↵jfrijters
java.util.concurrent.ForkJoinPool direct access.
2014-11-07Implemented "native" socketLocalAddress().jfrijters
2014-11-06Made sun.misc.Unsafe array access more compatible with JDK. It is now ↵jfrijters
possible to get/set primitive values from arrays of a different (primitive) type
2014-10-31* Replace PrivateFontCollection.AddMemoryFont() with ↵smallsql
PrivateFontCollection.AddFontFile() because it not work correctly under Windows 8 if a FontFamily is Dispose. * Use the RemoveFontResourceEx() hack to free the font file after finalize.
2014-10-29Fixed regression introduced by previous fix. We can't use FileInfo.Exists, ↵jfrijters
because it should be possible to read directory attributes as well.
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
Object is currently in use elsewhere.
2014-10-23* Change the synchronise of Bitmap to fix a sporadic: ↵smallsql
cli.System.InvalidOperationException: Object is currently in use elsewhere. * improve speed of getMinX and getMinY
2014-08-26Bug fix. Reading/writing attributes of non-existing file should throw ↵jfrijters
NoSuchFileException.
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. ↵jfrijters
Thanks to Lucius Junevicus for reporting this.
2014-06-13Bug fix. Handle malformed UTF-16 (invalid surrogates) in type/member names ↵jfrijters
and annotations.
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
after the process exits.
2014-06-04Simplified AnnotationType meta annotation handling.jfrijters
2014-06-04Prepare for forking.jfrijters
2014-06-03Compile core class library with javac -parameters option to capture all ↵jfrijters
method parameter names.
2013-10-21Implements the StandardGlypVector constuctor with glyphssmallsql
2013-10-20Fixed handling of annotations with invalid type signatures.jfrijters
2013-09-02Bug fixes:jfrijters
- If an annotation is of a type that is not an annotation, it should be ignored. - Annotations that contain no longer existing values should not fail, but just ignore the value. - Class or enum values in annotations that refer to non-existing types should use TypeNotPresentExceptionProxy as the value, instead of failing to create the annotation. - Emulate some JDK bugs. - If an annotation value is of the wrong type, use AnnotationTypeMismatchExceptionProxy as the value, instead of failing to create the annotation.
2013-08-15Merged 7u40 changes in sun/nio/ch/Net.java and partially merged ↵jfrijters
DatagramChannelImpl.java.
2013-08-15Merged in IoTrace hooks.jfrijters
2013-08-15Merged IoTrace hooks.jfrijters
2013-08-15Partial 7u40 merge.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 ↵jfrijters
that don't use SO_REUSEADDR.
2013-08-14Merged OpenJDK 7u40 changes to use SO_EXCLUSIVEADDRUSE for datagram sockets ↵jfrijters
that don't use SO_REUSEADDR.
2013-08-13A list of all forked OpenJDK files and the corresponding ikvm/openjdk ↵jfrijters
relative path.
2013-08-13Unforked:jfrijters
-sun/awt/image/ByteComponentRaster.java -sun/awt/image/BytePackedRaster.java -sun/awt/image/IntegerComponentRaster.java -sun/awt/image/OffScreenImageSource.java -sun/awt/image/ShortComponentRaster.java
2013-08-13Merged in OpenJDK changes.jfrijters
2013-08-13Unforked com/sun/imageio/plugins/jpeg/JPEGImageReaderSpi.java and ↵jfrijters
com/sun/imageio/plugins/jpeg/JPEGImageWriterSpi.java.
2013-08-12Switched from @HasCallerID to @CallerSensitive and merged CallerSenstive ↵jfrijters
related 7u40 changes.
2013-08-12Temporarily include (unmodified) OpenJDK 7u40 versions of ↵jfrijters
java/lang/Package.java, sun/reflect/CallerSensitive.java and sun/reflect/misc/ReflectUtil.java to prepare for replacing HasCallerID annotation with CallerSensitive.
2013-08-09Merged in some missing changes.jfrijters
2013-08-08Updated DriverManager to OpenJDK 7 (somehow this file was previously missed).jfrijters
2013-08-07Added optimization to omit InnerClassesAttribute to record reflective ↵jfrijters
modifiers when we can predict them.
2013-08-07Added optimization to omit ImplementAttribute in some cases.jfrijters
2013-08-06Don't add SourceFileAttribute for inner classes if the name matches the ↵jfrijters
outer class.
2013-07-16Bug fix. String.CaseInsensitiveComparator inner class should be acknowledged ↵jfrijters
by String.
2013-02-23Simplified AssemblyClassLoader construction.jfrijters