ikvm-fork/runtime
jfrijters 8224903a75 Added a helper method to invoke AccessController.doPrivileged() and pass in explicit CallerID. 2009-02-27 06:05:22 +00:00
..
AssemblyInfo.cs.in Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts. 2008-12-23 07:28:20 +00:00
BigEndianBinaryReader.cs *** empty log message *** 2006-07-06 13:53:51 +00:00
ByteCode.cs Intrisified two uses of Object.getClass(). 2009-02-22 08:19:30 +00:00
ByteCodeHelper.cs Include helpful exception message in ClassCastException generated for ghost array casts. 2009-01-06 09:47:59 +00:00
ClassFile.cs Make ikvmc emit a warning whenever it emits code that throws a hard error. 2008-12-23 06:07:10 +00:00
ClassLoaderWrapper.cs Added a helper method to invoke AccessController.doPrivileged() and pass in explicit CallerID. 2009-02-27 06:05:22 +00:00
CodeEmitter.cs Integrated IKVM.Reflection.Emit in ikvmc. 2008-11-14 08:42:07 +00:00
CoreClasses.cs - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
DynamicClassLoader.cs Changed proxy stub name mangling to work around ildasm bug. 2008-11-17 07:17:31 +00:00
ExceptionHelper.cs Use .NET reflection instead of soon to be removed MethodWrapper.Invoke(). 2008-08-21 06:16:40 +00:00
IKVM.Runtime.8.csproj Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts. 2008-12-23 07:28:20 +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 Removed hard coded public key from JniInterface.cs. 2008-11-18 07:15:55 +00:00
MemberWrapper.cs Added a helper method to invoke AccessController.doPrivileged() and pass in explicit CallerID. 2009-02-27 06:05:22 +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 IKVM.Reflection.Emit in ikvmc. 2008-11-14 08:42:07 +00:00
TypeWrapper.cs Workaround for apparent Mono (2.2 and 2.4 preview 2 tested) bug in Interlocked.Exchange. Doesn't repro in isolation (but I didn't try very hard). 2009-02-25 05:00:53 +00:00
atomic.cs Workaround for Mono bug 467230. 2009-01-20 05:14:17 +00:00
attributes.cs - Removed .NET 1.1 specific code 2007-11-26 08:38:38 +00:00
common.cs Reverted previous optimization that I'm not sure about anymore. The startup overhead of using a ConcurrentHashMap here may be too great. 2009-02-27 05:57:35 +00:00
compiler.cs Added explicit null check (to avoid Type.GetTypeHandle form showing up in the stack trace) and don't do the optimization if we can't prove that either object isn't a ghost array. 2009-02-23 05:18:44 +00:00
intrinsics.cs Added explicit null check (to avoid Type.GetTypeHandle form showing up in the stack trace) and don't do the optimization if we can't prove that either object isn't a ghost array. 2009-02-23 05:18:44 +00:00
openjdk.cs Fixed first-pass compilation. 2009-02-27 05:56:22 +00:00
profiler.cs Generified all collections. 2008-08-15 12:01:06 +00:00
runtime.build Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts. 2008-12-23 07:28:20 +00:00
tracer.cs - Fixed tracer to only add a trace listener in executables. Bug #2533728. 2009-02-04 07:03:30 +00:00
verifier.cs Handle invokespecials that have been turned into errors in local variable analysis. 2009-02-04 06:52:53 +00:00
vm.cs Implemented shared class loader support. 2008-12-23 07:11:29 +00:00