Re: [cp-patches] FYI: PR36636 Copy updated JAR file if renaming fails

2008-06-27 Thread Andrew John Hughes
2008/6/27 Tom Tromey [EMAIL PROTECTED]: Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew gjar -u doesn't work if the jar file being updated is not on Andrew the same filesystem as /tmp. We could just make the temporary file in the same directory as the desired output file.

[cp-testresults] FAIL: jamvm release build on Fri Jun 27 11:35:45 UTC 2008

2008-06-27 Thread cpdev
4. ERROR in ../../jamvm/lib/java/lang/reflect/Constructor.java (at line 236) CPStringBuilder sb = new CPStringBuilder(128); ^^^ CPStringBuilder cannot be resolved to a type -- 5. ERROR in ../../jamvm/lib/java/lang/reflect/Constructor.java (at line 236)

[cp-testresults] FAIL: cacao build on Fri Jun 27 11:38:06 UTC 2008

2008-06-27 Thread cpdev
^ ../../../cacao/src/classes/gnuclasspath/java/lang/reflect/VMField.java:242: warning: . native int getInt(Object o) ^ ../../../cacao/src/classes/gnuclasspath/java/lang/reflect/VMMethod.java:243: error: Class or interface declaration expected. } ^

[cp-testresults] FAIL: jamvm release build on Fri Jun 27 17:41:41 UTC 2008

2008-06-27 Thread cpdev
4. ERROR in ../../jamvm/lib/java/lang/reflect/Constructor.java (at line 236) CPStringBuilder sb = new CPStringBuilder(128); ^^^ CPStringBuilder cannot be resolved to a type -- 5. ERROR in ../../jamvm/lib/java/lang/reflect/Constructor.java (at line 236)

[cp-testresults] FAIL: cacao build on Fri Jun 27 17:44:06 UTC 2008

2008-06-27 Thread cpdev
^ ../../../cacao/src/classes/gnuclasspath/java/lang/reflect/VMField.java:242: warning: . native int getInt(Object o) ^ ../../../cacao/src/classes/gnuclasspath/java/lang/reflect/VMMethod.java:243: error: Class or interface declaration expected. } ^

[cp-testresults] FAIL: jamvm release build on Fri Jun 27 23:46:15 UTC 2008

2008-06-27 Thread cpdev
4. ERROR in ../../jamvm/lib/java/lang/reflect/Constructor.java (at line 236) CPStringBuilder sb = new CPStringBuilder(128); ^^^ CPStringBuilder cannot be resolved to a type -- 5. ERROR in ../../jamvm/lib/java/lang/reflect/Constructor.java (at line 236)

[cp-testresults] FAIL: cacao build on Fri Jun 27 23:48:51 UTC 2008

2008-06-27 Thread cpdev
^ ../../../cacao/src/classes/gnuclasspath/java/lang/reflect/VMField.java:242: warning: . native int getInt(Object o) ^ ../../../cacao/src/classes/gnuclasspath/java/lang/reflect/VMMethod.java:243: error: Class or interface declaration expected. } ^

Re: Other class libraries

2008-06-27 Thread Christian Thalinger
On Tue, 2008-06-24 at 18:45 +0200, Christian Thalinger wrote: I guess this email came from the Long.signum() discussion we had today Ehh... will someone actually fix this bug? Otherwise I'll do it in the Hackers Delight/OpenJDK way. - twisti

Re: Other class libraries

2008-06-27 Thread Andrew John Hughes
2008/6/27 Christian Thalinger [EMAIL PROTECTED]: On Tue, 2008-06-24 at 18:45 +0200, Christian Thalinger wrote: I guess this email came from the Long.signum() discussion we had today Ehh... will someone actually fix this bug? Otherwise I'll do it in the Hackers Delight/OpenJDK way. - twisti

array overflow in local.c

2008-06-27 Thread Robert Schuster
Hi, gcc found a problem in our native/jni/javanet/local.c. I changed it to what I think makes sense but I am not sure whether this is still the intended behavior. Furthermore since overrunning the bounds of a stack allocated array may trash other stuff on the stack I wonder whether this fix also

Re: array overflow in local.c

2008-06-27 Thread Andrew Haley
Robert Schuster wrote: gcc found a problem in our native/jni/javanet/local.c. I changed it to what I think makes sense but I am not sure whether this is still the intended behavior. Furthermore since overrunning the bounds of a stack allocated array may trash other stuff on the stack I

Re: array overflow in local.c

2008-06-27 Thread Robert Schuster
Hi. Andrew Haley schrieb: Furthermore since overrunning the bounds of a stack allocated array may trash other stuff on the stack I wonder whether this fix also prevents the problem that the workaround above the modified code speaks of. Since I do not run Darwin-based OS I cannot test it

Re: array overflow in local.c

2008-06-27 Thread Casey Marshall
On Jun 27, 2008, at 6:15 AM, Robert Schuster wrote: Hi. Andrew Haley schrieb: Furthermore since overrunning the bounds of a stack allocated array may trash other stuff on the stack I wonder whether this fix also prevents the problem that the workaround above the modified code speaks of.

Crypto functions supported.

2008-06-27 Thread NACHO SAAVEDRA
Hello all! I'm a new member and navigating into the classpath http://developer.classpath.org/pipermail/classpath/page I realized the info is complete. However for now it's a little difficult to know if the issues I'm searching are completely support for the gnu. I'm searching a java examples