ikvm-fork/openjdk/ikvm/internal
jfrijters 4e05d745ad Add support for serializing .NET exceptions. We don't serialize the actual object, but a placeholder instead, to avoid having to implement full .NET serialization interop. 2010-11-18 08:19:59 +00:00
..
AnnotationAttributeBase.java Freeze before getting a value, to make sure defaults are set. 2007-09-18 13:35:20 +00:00
FieldReflectorBase.java Implemented optimized reflection/serialization when running on .NET 2.0 (by generating DynamicMethods instead of using .NET reflection). 2007-09-24 11:57:00 +00:00
IntrinsicAtomicReferenceFieldUpdater.java Introduced a base class for intrisified AtomitcReferenceFieldUpdaters. This reduces the size of the generates classes somewhat and allows for a public type to represent all intrinsified instances (instead of the HideFromJava nested type). 2010-02-11 10:20:24 +00:00
IntrinsicThreadLocal.java Intrinsified ThreadLocal (under specific circumstances). 2010-02-11 10:36:01 +00:00
JNI.java Implemented IPv6 support for java.net package APIs. 2010-09-09 06:55:31 +00:00
Serialization.java Add support for serializing .NET exceptions. We don't serialize the actual object, but a placeholder instead, to avoid having to implement full .NET serialization interop. 2010-11-18 08:19:59 +00:00
Winsock.java Fixed regression. SocketInputStream.read() ignored the offset into the byte array. 2010-10-11 14:48:40 +00:00