Re: [cp-patches] Fix instrumentation code in VMClassLoader.java

2006-10-09 Thread Elias Naur
And here's the patch... (oops). Index: vm/reference/java/lang/VMClassLoader.java === RCS file: /sources/classpath/classpath/vm/reference/java/lang/VMClassLoader.java,v retrieving revision 1.38 diff -u -r1.38 VMClassLoader.java ---

[cp-patches] FYI: fix for wrong JNI code in gnu_java_net_VMPlainSocketImpl.c

2006-10-09 Thread Robert Schuster
Hi, somehow conversion of a jstring into a char * was missing in the JNI code below making the those functions unusuable. ChangeLog: 2006-10-09 Robert Schuster [EMAIL PROTECTED] * native/jni/java-net/gnu_java_net/VMPlainSocketImpl.c:

[cp-patches] FYI: JSplitPane / UI fixes

2006-10-09 Thread Roman Kennke
This fixes a problem where the JSplitPane doesn't correctly honour the minimumSizes of its components. All these changes are accompanied by Mauve tests. I know I fixed this once (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22952 and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22955 ) and don't

[cp-patches] FYI: ServerSocket security fixes

2006-10-09 Thread Gary Benson
Hi all, This commit adds some missing security checks to java.net.ServerSocket. It also adds a check that ensures ServerSocket.setSocketFactory() is only called once as per the spec. Cheers, Gary Index: ChangeLog === RCS file:

[cp-patches] RFC/Need help: java-net/java-nio update

2006-10-09 Thread Robert Schuster
Hi, this is the patch which removes VMPlainDatagramSocketImpl. However I tried getting the multicast stuff working. So far I succeeded for IP4 sockets. Running in Azureus I get a Protocol not available in the native part of setMulticastInterface6. Casey, can you help me with this stuff? I am