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
2011-11-28Relax class name validation for trusted class loaders.jfrijters
2011-11-28Don't enforce pre-1.5 class name rules in ikvmc (since HotSpot doesn't enforc...jfrijters
2011-11-26Also generate type 2 access stubs for final fields (when -strictfinalfieldsem...jfrijters
2011-11-25Don't mangle property accessor method names, but use a custom modifier instead.jfrijters
2011-11-25Stop mangling property names for access stubs (instead we rely on custom modi...jfrijters
2011-11-24Use modopt to reliably correlate type 2 access stub properties with the under...jfrijters
2011-11-24Removed legacy remap feature that allowed final fields as properties to be de...jfrijters
2011-11-24Instead of mangling field names and using NameSigAttribute, we now use modopt...jfrijters
2011-11-24Added support for classes that represent arrays of remapped .NET types and .N...jfrijters
2011-11-23When generating an access stub for a bridge method, prefix the access stub wi...jfrijters
2011-11-23- Don't generate access stubs for protected members in final classes.jfrijters
2011-11-23Implemented type 2 access stubs for methods (not constructors) and rewrote ho...jfrijters
2011-11-21Fix. When decoding a NameSigAttribute it is possible that a type does not exi...jfrijters
2011-11-18Fixed several type 1 method access stub issues.jfrijters
2011-11-18Simplified and renamed type 1 method access stub method.jfrijters
2011-11-18Fixed bug in type 1 field access stub. When field type is non-public the prop...jfrijters
2011-11-18Added support for type 1 access stub methods with non-public parameter/return...jfrijters
2011-11-17Added a property to decide if we need a type 2 access stub to make sure the c...jfrijters
2011-11-17Clarified that the NonPublicTypeInSignature does not get set for access stubs...jfrijters
2011-11-17Made method access stub generation more consistent with field access stubs (a...jfrijters
2011-11-17Removed the need for access stubs in dynamic mode with CLASSGC enabled by dyn...jfrijters
2011-11-14Remove unused members from runtime.jfrijters
2011-11-14Only support ikvm.lang.DllExport when -platform:x86 or -platform:x64 is expli...jfrijters
2011-11-11Added ikvm.lang.DllExport annotation to export static methods as unmanaged ex...jfrijters
2011-11-11Implemented a different pinning scheme for GetPrimitiveArrayCritical() that t...jfrijters
2011-11-07Implemented JDK 7 method overriding behavior.jfrijters
2011-11-03Restructured method overriding to prepare for Java 7 behavior (not yet implem...jfrijters
2011-11-02Moved loader constraint checking into a separate method.jfrijters
2011-10-24Added workaround for another x64 JIT bug.jfrijters
2011-10-20Starting with class file version 51 the <clinit> methods need to be static.jfrijters
2011-10-18Bug fix. When calling a final method on a remapped type we can't call the ins...jfrijters
2011-10-18Fixed core library build issue. java.lang.AutoCloseable.close() method may be...jfrijters
2011-10-17- Fixed Throwable deserialization issues introduced with OpenJDK 7.jfrijters
2011-10-13Implemented com.sun.security.auth.module.NTSystem.getCurrent().jfrijters
2011-09-29Bug fix. IPInterfaceProperties.GetIPv_Properties() can throw an exception (an...jfrijters
2011-09-29Inject the DynamicMethod that we create for DirectMethodHandles into the meth...jfrijters
2011-09-29Removed unnecessary link demand (because the class is no longer public) that ...jfrijters
2011-09-15Fix. When disambiguating executable names, we should only try to append .exe ...jfrijters
2011-09-07Bug fix. Final instance fields that have a type 2 access property should also...jfrijters
2011-09-06Bug fix. Don't create a miranda method if the class already has a static meth...jfrijters
2011-09-06Fix for #3404229.jfrijters
2011-09-02Implemented multicast join/drop and block/unblock operations.jfrijters
2011-09-02Minor nit. Corrected use of HostToNetworkOrder and NetworkToHostOrder.jfrijters
2011-09-02Implemented Net.[g|s]etInterface[4|6] methods to support IP_MULTICAST_IF sock...jfrijters
2011-09-02Implemented SocketChannel.sendOutOfBandData().jfrijters
2011-09-02Implemented Unsafe.defineClass().jfrijters
2011-09-02Don't use "slow path" for field reflection on remapped types (as getting a Th...jfrijters
2011-09-01Implemented platform MBean server support (although with very limited informa...jfrijters
2011-08-30Fix findLoadedClass0 to handle null string.jfrijters
2011-08-29Bug fix. Exception blocks inside potential try { } finally { } blocks were no...jfrijters