ikvm-fork/classpath/ikvm/internal
jfrijters 909d78b0f7 - Renamed ClassLoader.NIL_CLASSLOADER to ClassLoader.DUMMY.
- Removed unused ClassLoader.registerNatives().
- Removed unnecessary field initializers in ClassLoader.
- Moved necessary field initializers in ClassLoader to constructor.
- Changed Thread to make use of ClassLoader.DUMMY, instead of having an extra field to keep track of contextClassLoader status.
2008-06-04 05:12:46 +00:00
..
stubgen Ripped out annotation/constant pool support that is no longer needed. 2008-03-03 08:28:22 +00:00
AnnotationAttributeBase.java Use Enum.valueOf() instead of reflection to get enum value. Reflection would fail if enum wasn't public. 2007-09-10 06:13:10 +00:00
AssemblyClassLoader.java Made AssemblyClassLoader public and moved it to ikvm.runtime package. 2007-10-25 12:56:18 +00:00
CallerID.java - Renamed ClassLoader.NIL_CLASSLOADER to ClassLoader.DUMMY. 2008-06-04 05:12:46 +00:00
Formatter.java *** empty log message *** 2006-10-04 09:03:18 +00:00
HasCallerID.java - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
Library.java *** empty log message *** 2006-08-17 07:33:38 +00:00
LibraryVMInterface.java 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
MonoUtils.java A new helper class to contain Mono specific methods. 2008-04-07 04:26:09 +00:00
Util.java Added Mac OS X platform detection. 2008-04-07 04:27:02 +00:00
WeakIdentityMap.java Fixed exception mapping memory leak. 2007-05-31 07:04:47 +00:00
__unspecified.java Implement major chunk of custom attribute as annotations support. 2007-04-12 09:27:17 +00:00