ikvm-fork/runtime
jfrijters 4337d62994 Expose annotations on statically compiled code as java.lang.reflect.Proxy instead of the custom attribute object, to deal with broken code that assumes annotations are always implemented with Proxy.
Fix for #3254823.
2011-03-29 12:57:48 +00:00
..
fdlibm
AssemblyClassLoader.cs Bug fix. Support loading resources from assemblies added to the boot classloader (with ikvm.runtime.Startup.addBootClassPathAssemby()). 2011-03-14 11:59:09 +00:00
AssemblyInfo.cs.in
BigEndianBinaryReader.cs
ByteCode.cs
ByteCodeHelper.cs
ClassFile.cs Interface methods must be public, so we ignore the @ikvm.lang.Internal annotation and emit a warning. 2011-02-17 12:43:18 +00:00
ClassLoaderWrapper.cs
CodeEmitter.cs Undo accidental commit. 2011-02-14 06:04:14 +00:00
CoreClasses.cs
DotNetTypeWrapper.cs Clean up TypeWrapper.IsFakeNestedType and allow it to be called on unfinished TypeWrappers. 2011-01-21 11:06:26 +00:00
Dummy.OpenJDK.Core.cs
DynamicClassLoader.cs
DynamicTypeWrapper.cs Allow @ikvm.lang.Internal methods to implement an interface method. 2011-02-17 13:14:40 +00:00
ExceptionHelper.cs
IKVM.Runtime.8.csproj
IKVM.Runtime.JNI.8.csproj
JavaException.cs
JniAssemblyInfo.cs.in
JniInterface.cs Removed VMThread class which only existed as a container for the jniDetach method. 2010-12-28 08:42:10 +00:00
JsrInliner.cs
LocalVars.cs
MemberWrapper.cs
PassiveWeakDictionary.cs
ReflectUtil.cs
RuntimeHelperTypes.cs
Serialization.cs
TypeWrapper.cs Clean up TypeWrapper.IsFakeNestedType and allow it to be called on unfinished TypeWrappers. 2011-01-21 11:06:26 +00:00
Types.cs
atomic.cs
attributes.cs
common.cs
compiler.cs
intrinsics.cs
openjdk.cs Expose annotations on statically compiled code as java.lang.reflect.Proxy instead of the custom attribute object, to deal with broken code that assumes annotations are always implemented with Proxy. 2011-03-29 12:57:48 +00:00
profiler.cs
runtime.build
tracer.cs
verifier.cs
vfs.cs Added support for loading resources from assemblies loaded in the LoadFrom context. 2011-01-07 06:24:30 +00:00
vm.cs