ikvm-fork/runtime
jfrijters 57a6125414 Removed asserts that no longer hold. 2009-09-07 04:53:03 +00:00
..
AssemblyClassLoader.cs Removed asserts that no longer hold. 2009-09-07 04:53:03 +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 Intrisified two uses of Object.getClass(). 2009-02-22 08:19:30 +00:00
ByteCodeHelper.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
ClassFile.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
ClassLoaderWrapper.cs Moved GetAssemblyClassLoader() (and related stuff) from ClassLoaderWrapper to AssemblyClassLoader and renamed it to FromAssembly(). 2009-09-07 04:46:01 +00:00
CodeEmitter.cs Removed EmitHelper class and moved its methods into CodeEmitter. 2009-08-31 05:02:34 +00:00
CoreClasses.cs - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
DotNetTypeWrapper.cs Moved GetAssemblyClassLoader() (and related stuff) from ClassLoaderWrapper to AssemblyClassLoader and renamed it to FromAssembly(). 2009-09-07 04:46:01 +00:00
DynamicClassLoader.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
DynamicTypeWrapper.cs Moved BakedTypeCleanupHack to DynamicTypeWrapper. 2009-08-31 06:05:15 +00:00
ExceptionHelper.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
IKVM.Runtime.8.csproj Moved AssemblyClassLoader and BootstrapClassLoader into AssemblyClassLoader.cs. 2009-09-07 04:19:04 +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 Fix for #2829717. Constructing java.lang.String instances should redirect to static helper method. 2009-07-30 16:34:30 +00:00
JsrInliner.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
MemberWrapper.cs Removed EmitHelper class and moved its methods into CodeEmitter. 2009-08-31 05:02:34 +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 Remove compilation warning. In ikvmc (with IKVM_REF_EMIT defined) an Assembly can never be an AssemblyBuilder. 2009-07-28 13:02:30 +00:00
RuntimeHelperTypes.cs Moved responsibility for creating java.lang.Class instances for "fast literal" enable types into ClassLiteral<T>, this allows class literals to be really cheap, because non of the underlying reflection is needed, the class will cache the Type and lazily resolve it to its TypeWrapper. 2009-07-14 06:27:41 +00:00
Serialization.cs Automagic .NET serialization support (for classes that are Java serializable). 2009-08-11 05:58:44 +00:00
TypeWrapper.cs Moved GetAssemblyClassLoader() (and related stuff) from ClassLoaderWrapper to AssemblyClassLoader and renamed it to FromAssembly(). 2009-09-07 04:46:01 +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 Moved GetAssemblyClassLoader() (and related stuff) from ClassLoaderWrapper to AssemblyClassLoader and renamed it to FromAssembly(). 2009-09-07 04:46:01 +00:00
compiler.cs Removed EmitHelper class and moved its methods into CodeEmitter. 2009-08-31 05:02:34 +00:00
intrinsics.cs Removed EmitHelper class and moved its methods into CodeEmitter. 2009-08-31 05:02:34 +00:00
openjdk.cs Moved GetAssemblyClassLoader() (and related stuff) from ClassLoaderWrapper to AssemblyClassLoader and renamed it to FromAssembly(). 2009-09-07 04:46:01 +00:00
profiler.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
runtime.build Moved AssemblyClassLoader and BootstrapClassLoader into AssemblyClassLoader.cs. 2009-09-07 04:19:04 +00:00
tracer.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
verifier.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00
vfs.cs Added OpenFlags.OpenExistingOnly to X509Store.Open() to reduce required permissions. 2009-05-29 12:34:30 +00:00
vm.cs Removed vestigial compact framework support. 2009-08-28 06:47:16 +00:00