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-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-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-08-26Bug fix. Reading/writing attributes of non-existing file should throw ↵jfrijters
NoSuchFileException.
2014-07-01Bug fix. Calling BasicFileAttributes.size() on a directory didn't work. ↵jfrijters
Thanks to Lucius Junevicus for reporting this.
2014-06-10Unforked sun.management.FileSystemImpl and sun.management.GcInfoBuilder.jfrijters
2014-06-04Simplified AnnotationType meta annotation handling.jfrijters
2014-06-04Prepare for forking.jfrijters
2013-10-21Implements the StandardGlypVector constuctor with glyphssmallsql
2013-08-15Merged 7u40 changes in sun/nio/ch/Net.java and partially merged ↵jfrijters
DatagramChannelImpl.java.
2013-08-15Merged IoTrace hooks.jfrijters
2013-08-15Partial 7u40 merge.jfrijters
2013-08-15Merged 7u40 AppContext and TimeZone decoupling mechanism.jfrijters
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-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-02-13implements getGlyphOutlinesmallsql
2012-11-18Implements performDefaultLayout(), setGlyphPosition(int,Point2D)smallsql
reorder the methods like the Oracle implementation for simpler merging, add some range checks from the Oracle implementation
2012-08-31Merged OpenJDK 7u6.jfrijters
2012-08-30Implemented VM.isBooted() with respect to system property initialization to ↵jfrijters
support 7u6 which depends on VM.isBooted() to figure out whether it is safe to query a system property in Hashtable (which is itself used during system property initialization, because java.util.Properties is a Hashtable subclass).
2012-08-30Disallow Unsafe.getUnsafe() from being called via reflection (for JDK ↵jfrijters
compatibility).
2012-08-29Updated copyright year.jfrijters
2012-08-24If the page count was not known before printing then an additional blank ↵smallsql
page was printed.
2012-08-23implements the method isAttributeValueSupported for the Win32PrintServicesmallsql
2012-08-23MediaSizes must always portrait.smallsql
2012-08-06Fix a ClassCastException in printerJob.defaultPage() if the default paper ↵smallsql
format is not a standard paper format. This can occur with label printer.
2012-07-31Add support for running with headless awt toolkit. Fix for #3552089.jfrijters
2012-07-05Added intrinsics for (some usages of) Unsafe methods: putObject, ↵jfrijters
putOrderedObject, putObjectVolatile, getObjectVolatile, getObject, compareAndSwapObject.
2012-05-24Merged sun.misc.Version changes.jfrijters
2012-05-23First part of forked file merge of OpenJDK 7u4 changes.jfrijters
2012-05-23Added missing copyright header.jfrijters
2012-05-23Integrated OpenJDK 7u4. Not all forked files have been merged yet, just the ↵jfrijters
ones necessary to get things building.
2012-05-08Fix a thread bug in font metricssmallsql
2012-03-22Replaced non-ascii character (micro) with ascii 'u'.smallsql
2012-03-22Add support for custom paper formatsmallsql
2012-03-21Fixed the .NET 4 security attributes.jfrijters
2012-03-19Fixed security critical attributes.jfrijters
2012-03-18Merge Win32SchellFolder code with JDK7 sources to fix a bug with Windows7smallsql
2012-03-18Bug fix. When writing a direct ByteBuffer to a non-blocking socket and the ↵jfrijters
write fails because there is no kernel buffer available, we should not advance the ByteBuffer position.
2012-03-16remove links from the list of fileChooserComboBoxFolderssmallsql
2012-03-11Added some Unsafe methods used by Akka. Thanks to ↵jfrijters
http://tountas-software.blogspot.com/2012/03/c-actors-with-akka-20-via-ikvm-net.html
2012-03-10Fix a deadlock for TooltipImages which complete with a ↵smallsql
ImageObserver.FRAMEBITS instead with ImageObserver.ALLBITS. The problem occur with JDownloader.
2012-02-27Replaced non-ascii character (micro) with ascii 'u'.jfrijters
2012-02-23Intrinsified the unsafe.objectFieldOffset(XXX.class.getDeclaredField("xxx")) ↵jfrijters
pattern to avoid expensive reflection field lookup in static initializers of common OpenJDK classes.
2011-11-25FileStore for non-accessible drive should throw exception when trying to ↵jfrijters
create the FileStore, not when accessing the name() or type() properties.
2011-10-25Added security manager checks.jfrijters
2011-10-22Added security manager checks.jfrijters
2011-10-06Implemented remaining java.nio.file functionality.jfrijters
2011-10-05Prepare for forking.jfrijters
2011-09-02Completed implementation of new Unsafe.copyMemory() overload. This fixes ↵jfrijters
several direct ByteBuffer regressions (introduced when we started using OpenJDK 7).