ikvm-fork/runtime
jfrijters d94191faa1 Removed local variable scoping (from debug info) because it doesn't add much value and conflicts with future optimizations. 2009-04-06 10:19:51 +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 Implemented native library unloading to support evil trick that com.sun.jna.Native$DeleteNativeLibrary uses (it uses reflection to call ClassLoader$NativeLibrary.finalize() to force the native library to be unloaded, even though the class loader isn't garbage collected.) 2009-03-09 09:01:36 +00:00
CodeEmitter.cs Store our CodeEmitterLabel object in label check dictionary, instead of the underlying Label. 2009-04-06 10:14:47 +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 Rewrote exception handling to store Java exception state in our java.lang.Throwable class, instead of an additional object in a weak keyed map. 2009-03-16 05:50:59 +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 Implemented native library unloading to support evil trick that com.sun.jna.Native$DeleteNativeLibrary uses (it uses reflection to call ClassLoader$NativeLibrary.finalize() to force the native library to be unloaded, even though the class loader isn't garbage collected.) 2009-03-09 09:01:36 +00:00
MemberWrapper.cs Resolve ConstructorBuilder before invoking. 2009-03-08 06:21:14 +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 Workaround for https://bugzilla.novell.com/show_bug.cgi?id=486307 2009-03-18 08:56:15 +00:00
TypeWrapper.cs Renamed CodeEmitter.Finish() to CheckLabels() and moved invocation to the right place. 2009-04-06 10:10:17 +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 Removed local variable scoping (from debug info) because it doesn't add much value and conflicts with future optimizations. 2009-04-06 10:19:51 +00:00
intrinsics.cs - Moved class literal TypeWrapper -> Type step into expression emitter. 2009-03-02 06:31:55 +00:00
openjdk.cs Handle case were there is no user class loader. 2009-04-06 05:23:04 +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