ikvm-fork/runtime
jfrijters 7eb8c80322 The synthetic atomic update helper nested types should not be visible from Java, so they should have a name starting with "__<". 2010-01-27 09:03:32 +00:00
..
AssemblyClassLoader.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
AssemblyInfo.cs.in Split off Beans and Media from Misc. 2009-07-03 14:12:03 +00:00
BigEndianBinaryReader.cs *** empty log message *** 2006-07-06 13:53:51 +00:00
ByteCode.cs Simplified the obj1.getClass() == obj2.getClass() intrinsic to avoid RuntimeTypeHandle. It turns out that on .NET 4.0 RuntimeTypeHandle.Value requires full trust and using RuntimeTypeHandle.Equals is actually slower than simply comparing the types (on .NET 4.0 beta 2, on .NET 2.0 this new approach is actually a bit slower, but the fact that the code is simpler and smaller is also worth something). 2009-10-23 05:58:41 +00:00
ByteCodeHelper.cs - Moved enum helper methods into new EnumHelper class. 2009-11-09 08:52:17 +00:00
ClassFile.cs Added basic signature validation for remap file (map.xml). Fixes bug 2908683. 2009-12-11 08:06:10 +00:00
ClassLoaderWrapper.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
CodeEmitter.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
CoreClasses.cs - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
DotNetTypeWrapper.cs The "base final" methods in remapped types should never be abstract. 2010-01-27 08:58:31 +00:00
DynamicClassLoader.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
DynamicTypeWrapper.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
ExceptionHelper.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
IKVM.Runtime.8.csproj Replaced most type literals with static field access (in Types class) or warpped JVM.Import() around them. 2009-10-14 14:58:41 +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 - Removed .NET 1.1 specific code 2007-11-26 08:38:38 +00:00
JniAssemblyInfo.cs.in Removed hard coded public key from JniInterface.cs. 2008-11-18 07:15:55 +00:00
JniInterface.cs Added comment and made loop count down simpler. 2010-01-07 08:34:52 +00:00
JsrInliner.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
MemberWrapper.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +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 Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
RuntimeHelperTypes.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
Serialization.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
TypeWrapper.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
Types.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
atomic.cs The synthetic atomic update helper nested types should not be visible from Java, so they should have a name starting with "__<". 2010-01-27 09:03:32 +00:00
attributes.cs RemappedClassAttribute should have AllowMultiple = true. 2010-01-27 08:59:17 +00:00
common.cs Added public API to get ClassLoader from Assembly. 2009-11-03 07:06:36 +00:00
compiler.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
intrinsics.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
openjdk.cs Don't use EmitThrow() it needs to lookup the method every time. 2009-12-07 05:27:23 +00:00
profiler.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
runtime.build Removed .NET 4.0 workaround. 2009-11-05 07:41:05 +00:00
tracer.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
verifier.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
vfs.cs Fixed NRE when trying to access a non-existing directory in vfs. 2009-10-02 05:36:07 +00:00
vm.cs Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00