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
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-08-09Merged in some missing changes.jfrijters
2013-08-08Updated DriverManager to OpenJDK 7 (somehow this file was previously missed).jfrijters
2013-02-23Simplified AssemblyClassLoader construction.jfrijters
2013-02-23Moved AssemblyClassLoader package definition to runtime.jfrijters
2013-02-21Removed map.xml patching of bootstrap resource loading methods in java.lang.C...jfrijters
2013-02-21Removed remains of generic class loader support from AssemblyClassLoader.jfrijters
2013-02-19Bug fix. Disallow invalid class names in AssemblyClassLoader.loadClass().jfrijters
2013-02-17Project stub classes into the jar the classes originated from.jfrijters
2013-02-15Bug fix. The size should be taken from the actual zip entry, not the one pass...jfrijters
2013-02-11When (dynamically) linking method handle constants we should not call the sec...jfrijters
2013-01-30Implemented package access checks (dynamic mode only).jfrijters
2013-01-26Monitor must create before usage else it throw a NPE. This fix a NPE with usa...smallsql
2012-12-18Only register the AppDomain.ProcessExit event handler when necessary.jfrijters
2012-12-17Bug fix. Don't deadlock AppDomain.ProcessExit event handler when the event ge...jfrijters
2012-11-01Renamed "checksum" field to "adler", because JRuby depends on this.jfrijters
2012-11-01Changed FileNotFoundException message in the case of an access denied to matc...jfrijters
2012-08-31Merged OpenJDK 7u6.jfrijters
2012-08-30Merged in security manager check to Font.createFont(int, File) from OpenJDK.jfrijters
2012-08-30Implemented VM.isBooted() with respect to system property initialization to s...jfrijters
2012-08-30Pass a bogus field type to the Field objects constructed for the intrinsified...jfrijters
2012-08-30Use .NET Hashtable instead of Java HashSet to avoid initialization order issues.jfrijters
2012-08-29Whitespace changes to match up with 7u6.jfrijters
2012-08-29Optimized String.valueOf(char).jfrijters
2012-08-29Updated copyright year.jfrijters
2012-07-31Add support for running with headless awt toolkit. Fix for #3552089.jfrijters
2012-07-07Add ZipFile constructor that was added in Java 7.jfrijters
2012-06-15Use new ikvm.internal.Util.MONO field to check for Mono runtime, instead of o...jfrijters
2012-06-15Disable AppDomain.ProcessExit hook to run shutdown hooks when running on Mono...jfrijters
2012-05-23First part of forked file merge of OpenJDK 7u4 changes.jfrijters
2012-05-23Prepare for forking.jfrijters
2012-05-23Integrated OpenJDK 7u4. Not all forked files have been merged yet, just the o...jfrijters
2012-05-23Updated system property that still referred to Sun Microsystems instead of Or...jfrijters
2012-05-23Prepare java.util.TimeZone for forking.jfrijters
2012-04-15Move getThreads() to native code for reusing on other place. This is also mor...smallsql
2012-03-24Now setRGB can call parallel with graphics API callssmallsql
2012-03-11When the scope ID is zero we should pass -1 to the Inet6Address constructor (...jfrijters
2012-03-10Replace all RasterOp with the versions from GNU CLASSPATH because the origina...smallsql
2012-02-23Intrinsified the unsafe.objectFieldOffset(XXX.class.getDeclaredField("xxx")) ...jfrijters
2012-02-21Workaround a problem in sun.util.locale.LocaleObjectCache that assumes that a...jfrijters
2012-02-21synchronized the bitmap to fix "System.InvalidOperationException: The object ...smallsql
2011-11-28Relax class name validation for trusted class loaders.jfrijters
2011-10-18Implemented redirectErrorStream for case where stdout is not also redirected.jfrijters
2011-10-17When an envblock is specified, we should clear out the existing environment v...jfrijters
2011-10-17Fixed openForAtomicAppend() to actually use atomic append.jfrijters
2011-10-17"Pipe" writes should be flushed.jfrijters
2011-10-11Bug fix. Make sure sun.misc.Launcher is initialized before setting a security...jfrijters
2011-09-29Bug fix. Set os.name and os.version properties correctly when running on unkn...jfrijters