ikvm-fork/runtime
jfrijters 8258466426 Fixed regression caused by ConstructorBuilder removal. We can no longer test for MethodInfo or ConstructorInfo to distinguish the two. 2012-08-29 07:05:37 +00:00
..
fdlibm Ported fdlibm/floor and fdlibm/tan (and dependencies). 2010-12-10 06:31:08 +00:00
openjdk - Marked MemberWrapper class abstract. 2012-08-06 12:12:03 +00:00
AssemblyClassLoader.cs Fixed InternalsVisibleToAttribute handling to take the public key into account as well. 2012-08-16 11:32:26 +00:00
AssemblyInfo.cs.in Implemented platform MBean server support (although with very limited information/exposed operations). 2011-09-01 07:53:58 +00:00
BigEndianBinaryReader.cs Bug fix. If a class file UTF8 string ends with an incomplete multi byte char, we should throw the appropriate exception. 2012-05-01 07:20:51 +00:00
ByteCode.cs Implemented invokedynamic instruction. 2011-08-15 16:11:00 +00:00
ByteCodeHelper.cs When instantiating a delegate and the object passed in does not properly implement the delegate's Method interface, bind the delegate to an error stub that throws the appropriate error. 2012-01-20 14:02:23 +00:00
ClassFile.cs Added ClassFile.Method.IsConstructor helper property. 2012-08-06 14:52:11 +00:00
ClassLoaderWrapper.cs - Marked MemberWrapper class abstract. 2012-08-06 12:12:03 +00:00
CodeEmitter.cs Merged CodeEmitter.Emit(OpCode, MethodInfo) and CodeEmitter.Emit(OpCode, ConstructorInfo) into CodeEmitter.Emit(OpCode, MethodBase) and removed unnecessary downcasting. 2012-08-06 13:01:41 +00:00
CoreClasses.cs Implemented a large chunk of MethodHandle support. 2011-08-06 11:00:10 +00:00
DotNetTypeWrapper.cs Apply custom attribute annotations on annotation types to the corresponding custom attribute that is generated (and allow AttributeUsageAttribute to override the default AttributeUsageAttribute generated from the @Target annotation). 2012-08-15 11:52:55 +00:00
Dummy.OpenJDK.Core.cs Added two types to allow ikvmstub to work on second-pass IKVM.Runtime.dll with dummy IKVM.OpenJDK.Core.dll 2011-08-09 14:51:02 +00:00
DynamicClassLoader.cs Fix name length for inner classes. 2011-12-15 11:53:33 +00:00
DynamicTypeWrapper.cs Apply custom attribute annotations on annotation types to the corresponding custom attribute that is generated (and allow AttributeUsageAttribute to override the default AttributeUsageAttribute generated from the @Target annotation). 2012-08-15 11:52:55 +00:00
ExceptionHelper.cs Changed NoClassDefFoundError resulting from type initialization failure to be consistent with OpenJDK behavior. 2012-06-29 12:03:47 +00:00
IKVM.Runtime.8.csproj Implemented platform MBean server support (although with very limited information/exposed operations). 2011-09-01 07:53:58 +00:00
IKVM.Runtime.JNI.8.csproj Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts. 2008-12-23 07:28:20 +00:00
JavaException.cs - Marked MemberWrapper class abstract. 2012-08-06 12:12:03 +00:00
JniAssemblyInfo.cs.in Removed hard coded public key from JniInterface.cs. 2008-11-18 07:15:55 +00:00
JniInterface.cs Use extension methods (explicitly) instead of (now deprecated) instancehelper_ methods. 2011-11-29 09:07:57 +00:00
JsrInliner.cs Bug fix. If we encounter an invokedynamic in a method that has a jsr (which is always invalid because of class version rules), we need to throw a VerifyError. 2012-07-20 08:38:24 +00:00
LocalVars.cs Bug fix. Local variable analysis and jsr inlining also need to take the final instruction of an exception block into account. 2012-06-29 07:59:46 +00:00
MemberWrapper.cs Fixed regression caused by ConstructorBuilder removal. We can no longer test for MethodInfo or ConstructorInfo to distinguish the two. 2012-08-29 07:05:37 +00:00
PassiveWeakDictionary.cs Fixed incredibly lame bug. The Target of a reused WeakReferences wasn't set. This would cause ghost arrays to sometimes lose their type. 2009-02-05 13:53:57 +00:00
ReflectUtil.cs Fixed regression caused by ConstructorBuilder removal. We can no longer test for MethodInfo or ConstructorInfo to distinguish the two. 2012-08-29 07:05:37 +00:00
RuntimeHelperTypes.cs Build intermediate store of MSIL code in CodeEmitter to allow post-processing optimization steps. 2010-09-30 04:03:32 +00:00
Serialization.cs - Made CodeEmitter more "type safe" by adding specific EmitXxx methods instead of following the more general ILGenerator pattern. 2012-07-03 14:45:51 +00:00
TypeWrapper.cs Apply custom attribute annotations on annotation types to the corresponding custom attribute that is generated (and allow AttributeUsageAttribute to override the default AttributeUsageAttribute generated from the @Target annotation). 2012-08-15 11:52:55 +00:00
Types.cs Added Types.SecurityAttribute. 2010-05-20 05:39:53 +00:00
atomic.cs Added intrinsics for (some usages of) Unsafe methods: putObject, putOrderedObject, putObjectVolatile, getObjectVolatile, getObject, compareAndSwapObject. 2012-07-05 09:57:09 +00:00
attributes.cs - Marked MemberWrapper class abstract. 2012-08-06 12:12:03 +00:00
common.cs Fixed some minor class modifiers issues: 2012-07-09 06:07:39 +00:00
compiler.cs - Marked MemberWrapper class abstract. 2012-08-06 12:12:03 +00:00
intrinsics.cs Allow intrinsic methods to bypass the setting of nonleaf (which makes a method non-inlinable) for the intrinsic method call. 2012-07-08 07:53:27 +00:00
openjdk.cs - Marked MemberWrapper class abstract. 2012-08-06 12:12:03 +00:00
profiler.cs - Marked MemberWrapper class abstract. 2012-08-06 12:12:03 +00:00
runtime.build Implemented platform MBean server support (although with very limited information/exposed operations). 2011-09-01 07:53:58 +00:00
tracer.cs - Marked MemberWrapper class abstract. 2012-08-06 12:12:03 +00:00
verifier.cs Added ClassFile.Method.IsConstructor helper property. 2012-08-06 14:52:11 +00:00
vfs.cs Integrated OpenJDK 7u4. Not all forked files have been merged yet, just the ones necessary to get things building. 2012-05-23 10:00:03 +00:00
vm.cs More ikvmc error handling clean up. 2012-03-25 09:10:28 +00:00