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-06Made sun.misc.Unsafe array access more compatible with JDK. It is now possibl...jfrijters
2014-10-29Fixed regression introduced by previous fix. We can't use FileInfo.Exists, be...jfrijters
2014-08-26Bug fix. Reading/writing attributes of non-existing file should throw NoSuchF...jfrijters
2014-07-01Bug fix. Calling BasicFileAttributes.size() on a directory didn't work. Thank...jfrijters
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 DatagramChann...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-13Unforked: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-02-13implements getGlyphOutlinesmallsql
2012-11-18Implements performDefaultLayout(), setGlyphPosition(int,Point2D)smallsql
2012-08-31Merged OpenJDK 7u6.jfrijters
2012-08-30Implemented VM.isBooted() with respect to system property initialization to s...jfrijters
2012-08-30Disallow Unsafe.getUnsafe() from being called via reflection (for JDK compati...jfrijters
2012-08-29Updated copyright year.jfrijters
2012-08-24If the page count was not known before printing then an additional blank page...smallsql
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 for...smallsql
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, putOrderedOb...jfrijters
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 o...jfrijters
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 wr...jfrijters
2012-03-16remove links from the list of fileChooserComboBoxFolderssmallsql
2012-03-11Added some Unsafe methods used by Akka. Thanks to http://tountas-software.blo...jfrijters
2012-03-10Fix a deadlock for TooltipImages which complete with a ImageObserver.FRAMEBIT...smallsql
2012-02-27Replaced non-ascii character (micro) with ascii 'u'.jfrijters
2012-02-23Intrinsified the unsafe.objectFieldOffset(XXX.class.getDeclaredField("xxx")) ...jfrijters
2011-11-25FileStore for non-accessible drive should throw exception when trying to crea...jfrijters
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 seve...jfrijters