Hi,
Committed.
Regards,
Jeroen
2007-06-21 Jeroen Frijters <[EMAIL PROTECTED]>
* java/io/ObjectStreamClass.java (getClassUID): Return 0L for
enums and proxies.
Index: ObjectStreamClass.java
===
RCS file: /cvsroot/
Hi,
More bugs exposed by mixing with OpenJDK code.
We need to add the factory to the factory cache before calling addURLs, because
addURLs will end up querying the cache and the will throw a NPE if the factory
isn't there.
Calling initCause() on a ClassNotFoundException is not allowed on OpenJ
Hi,
Committed.
Regards,
Jeroen
2007-06-21 Jeroen Frijters <[EMAIL PROTECTED]>
Fixes #32356
* java/lang/reflect/Array.java
(newInstance(Class,int[])): Call createMultiArray correctly.
(createMultiArray): Fixed dimensions processing order.
Index: java/lang/refle
Hi,
I committed the patches below to fix some compilation errors when mixing this
code with OpenJDK code.
Regards,
Jeroen
2007-06-21 Jeroen Frijters <[EMAIL PROTECTED]>
* gnu/java/net/loader/URLLoader.java
(URLLoader(URLClassLoader,URLStreamHandlerCache,
URLStreamHand
Hi,
I committed the patch below. It fixes a bug when the passed in service or
algorithm aren't in the correct case (the initial lookup is case insenstive,
but later on provider.getProperty() was called with the incorrectly cased key).
Regards,
Jeroen
2007-06-21 Jeroen Frijters <[EMAIL PROTEC
Hi,
FreeBSD needs both ioctl and fstat, The former for character devices
and the latter for files.
ChangeLog:
2007-06-21 Ito Kazumitsu <[EMAIL PROTECTED]>
Fixes bug #30377
* native/jni/java-nio/gnu_java_nio_VMChannel.c
(Java_gnu_java_nio_VMChannel_available): Retry usin