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

2006-10-09 Thread Elias Naur
Hi, This patch fixes the instrumentation code in the reference VMClassLoader to use "java/lang/Object" style class names which is expected by InstrumentationImpl. Please comment/apply (patch should not be large enough to require my paperwork to be completed). - elias ChangeLog: 2006-10-09 C

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 --- vm/r

[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: (Java_gnu_java_net_VMPlainSocketImpl_joinG

[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: /cvsro

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

2006-10-09 Thread Tom Tromey
> "Elias" == Elias Naur <[EMAIL PROTECTED]> writes: Elias> This patch fixes the instrumentation code in the reference Elias> VMClassLoader to use "java/lang/Object" style class names which Elias> is expected by InstrumentationImpl. Looks good. I'm checking it in. Tom

[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 fe

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

2006-10-09 Thread Casey Marshall
Robert Schuster wrote: > 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. > > Ca