ikvm-fork/runtime
jfrijters c65c0a6f8a Added support for replacing constructor and static initializer method bodies in map.xml. 2007-06-08 05:00:51 +00:00
..
AssemblyInfo.cs Updated version numbers. 2007-04-09 08:32:48 +00:00
BigEndianBinaryReader.cs *** empty log message *** 2006-07-06 13:53:51 +00:00
ByteCode.cs Fix for bug #1676377 (reported by Dennis Ushakov) 2007-03-08 15:44:17 +00:00
ByteCodeHelper.cs Moved "instance of" test to TypeWrapper and added support for ghost and dynamiconly type arrays. 2007-05-31 07:12:56 +00:00
ClassFile.cs *** empty log message *** 2006-11-16 07:32:44 +00:00
ClassLoaderWrapper.cs Fixed infnite recursion bug when DotNetTypeWrapper.GetName() was used on DerivedType where DerivedType extends BaseType<DerivedType>. 2007-05-27 08:16:58 +00:00
CodeEmitter.cs *** empty log message *** 2006-11-27 07:39:30 +00:00
CoreClasses.cs *** empty log message *** 2006-04-10 09:09:09 +00:00
DynamicClassLoader.cs *** empty log message *** 2006-09-14 12:55:25 +00:00
ExceptionHelper.cs *** empty log message *** 2007-01-16 08:53:15 +00:00
IKVM.Runtime.8.csproj Integrated OpenJDK's java.lang.reflect.* classes (except for Array). 2007-05-29 16:27:08 +00:00
IKVM.Runtime.csproj Changed the build process to build IKVM.Runtime in two passes to enable it to reference IKVM.GNU.Classpath (which also references IKVM.Runtime). This removes the need to do reflection to find the loaded IKVM.GNU.Classpath from IKVM.Runtime and completes the ability to run different versions of IKVM side-by-side in the same AppDomain. This should also fix bug 1659196. 2007-02-15 09:09:45 +00:00
JavaException.cs Simplified VM -> Class Library interface by taking advantage of the fact that IKVM.Runtime.dll is now compiled in two passes with the second pass linking against the class library. 2007-04-23 08:24:33 +00:00
JniInterface.cs Added clean up for attached threads. 2007-06-05 09:57:09 +00:00
MemberWrapper.cs Integrated OpenJDK's java.lang.reflect.* classes (except for Array). 2007-05-29 16:27:08 +00:00
TypeWrapper.cs Added support for replacing constructor and static initializer method bodies in map.xml. 2007-06-08 05:00:51 +00:00
attributes.cs *** empty log message *** 2006-10-12 06:44:16 +00:00
classpath-hybrid.cs Integrated OpenJDK's java.lang.Thread 2007-06-05 06:57:18 +00:00
classpath.cs Integrated OpenJDK's java.lang.reflect.* classes (except for Array). 2007-05-29 16:27:08 +00:00
compiler.cs Optimized lcmp, fcmpl, fcmpg, dcmpl and dcmpg by Dennis Ushakov. 2007-05-25 05:56:24 +00:00
openjdk.cs Added clean up for attached threads. 2007-06-05 09:57:09 +00:00
profiler.cs *** empty log message *** 2005-12-07 09:06:32 +00:00
runtime.build Integrated OpenJDK's java.lang.Thread 2007-06-05 06:57:18 +00:00
tracer.cs Changed to avoid warning when compiled on .NET 2.0 2007-05-23 12:48:12 +00:00
verifier.cs Fixed verifier/compiler to support dup_x2 form 2. Found by Derby test suite. Thanks to Albert Strasheim. 2007-05-04 06:41:46 +00:00
vm.cs Changed the build process to build IKVM.Runtime in two passes to enable it to reference IKVM.GNU.Classpath (which also references IKVM.Runtime). This removes the need to do reflection to find the loaded IKVM.GNU.Classpath from IKVM.Runtime and completes the ability to run different versions of IKVM side-by-side in the same AppDomain. This should also fix bug 1659196. 2007-02-15 09:09:45 +00:00