ikvm-fork/runtime
jfrijters 0f04e782c6 Added hack to skip running the static initializer when computing the serialVersionUID when running in ikvmstub. 2009-03-04 06:49:16 +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 Made Mono compilation workarounds conditional on __MonoCS__. 2009-03-02 06:30:13 +00:00
CodeEmitter.cs Implemented ikvm.internal.ClassLiteral<T> to allow for more efficient class literals. 2009-03-04 05:47:18 +00:00
CoreClasses.cs - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
DynamicClassLoader.cs Made Mono compilation workarounds conditional on __MonoCS__. 2009-03-02 06:30:13 +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 Implemented ikvm.internal.ClassLiteral<T> to allow for more efficient class literals. 2009-03-04 05:47:18 +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
RuntimeHelperTypes.cs Implemented ikvm.internal.ClassLiteral<T> to allow for more efficient class literals. 2009-03-04 05:47:18 +00:00
TypeWrapper.cs Implemented ikvm.internal.ClassLiteral<T> to allow for more efficient class literals. 2009-03-04 05:47:18 +00:00
atomic.cs - Added support for multi level stack tracking to CodeEmitter. 2009-02-27 06:17:06 +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 Implemented ikvm.internal.ClassLiteral<T> to allow for more efficient class literals. 2009-03-04 05:47:18 +00:00
intrinsics.cs - Moved class literal TypeWrapper -> Type step into expression emitter. 2009-03-02 06:31:55 +00:00
openjdk.cs Added hack to skip running the static initializer when computing the serialVersionUID when running in ikvmstub. 2009-03-04 06:49:16 +00:00
profiler.cs Generified all collections. 2008-08-15 12:01:06 +00:00
runtime.build Implemented ikvm.internal.ClassLiteral<T> to allow for more efficient class literals. 2009-03-04 05:47:18 +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