ikvm-fork/runtime
smallsql af5b21e7af fir the wrong loop in getThreadInfo1 2012-04-15 16:16:44 +00:00
..
fdlibm Ported fdlibm/floor and fdlibm/tan (and dependencies). 2010-12-10 06:31:08 +00:00
openjdk fir the wrong loop in getThreadInfo1 2012-04-15 16:16:44 +00:00
AssemblyClassLoader.cs More ikvmc error handling clean up. 2012-03-25 09:10:28 +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 *** empty log message *** 2006-07-06 13:53: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 support to ikvmc to automatically set the full source path in the debugging info if the source file lives next to the .class file. 2012-03-24 08:54:12 +00:00
ClassLoaderWrapper.cs More ikvmc error handling clean up. 2012-03-25 09:10:28 +00:00
CodeEmitter.cs Improved DumpMethod and made it internal. 2011-08-15 16:28:08 +00:00
CoreClasses.cs Implemented a large chunk of MethodHandle support. 2011-08-06 11:00:10 +00:00
DotNetTypeWrapper.cs Bug fix. Custom attribute properties that don't have a public getter and setter should not be exposed as annotation properties. 2012-03-20 11:02:36 +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 Bug fix. When an unloadable type is used in a method signature that overrides a method (or implements an interface method), the custom modifier must be the same as the base class or an override stub must be generated. 2012-04-13 11:47:48 +00:00
ExceptionHelper.cs Bug fix. Stack trace elements in methods in remapped .NET types should not list the source filename as map.xml. 2012-01-20 16:13:55 +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 Last set of changes preparing for new stub generator. A massive amount of conditional compilation changes, to skip irrelevant code when building ikvmstub. 2010-01-28 07:14:37 +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 Made ExceptionTableEntry completely immutable by making ordinal readonly as well. 2010-06-07 12:36:49 +00:00
LocalVars.cs Fixed regression caused by try { } finally {} optimization: astore/aload of exception in finally handler should be ignored in local variable analysis. 2010-09-29 11:56:06 +00:00
MemberWrapper.cs Added support for type 2 access stubs for constructors. 2012-04-12 10:09:09 +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 Implemented a large chunk of MethodHandle support. 2011-08-06 11:00:10 +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 There is no reason for Serialization class to be public. 2012-03-26 14:47:07 +00:00
TypeWrapper.cs Bug fix. When an unloadable type is used in a method signature that overrides a method (or implements an interface method), the custom modifier must be the same as the base class or an override stub must be generated. 2012-04-13 11:47:48 +00:00
Types.cs Added Types.SecurityAttribute. 2010-05-20 05:39:53 +00:00
atomic.cs Moved AtomicReferenceFieldUpdater creation into FinishContext, to be able to better keep track of the types and avoid the global dictionary. 2011-12-09 15:59:35 +00:00
attributes.cs Don't mangle property accessor method names, but use a custom modifier instead. 2011-11-25 12:47:17 +00:00
common.cs Removed legacy remap feature that allowed final fields as properties to be defined (long time ago this was used for the System.in/out/err fields). 2011-11-24 12:31:38 +00:00
compiler.cs Added support to ikvmc to automatically set the full source path in the debugging info if the source file lives next to the .class file. 2012-03-24 08:54:12 +00:00
intrinsics.cs More ikvmc error handling clean up. 2012-03-25 09:10:28 +00:00
openjdk.cs Move getThreads() to native code for reusing on other place. This is also more like the Java behavior. 2012-04-15 14:43:25 +00:00
profiler.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +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 More preparations for new stub generator. 2010-01-28 07:10:31 +00:00
verifier.cs Unloadable types can't violate loader constraints. 2011-12-08 13:48:04 +00:00
vfs.cs Add dummy splashscreen native library to VFS. Fix for #3480917. 2012-01-29 08:41:49 +00:00
vm.cs More ikvmc error handling clean up. 2012-03-25 09:10:28 +00:00