[cp-patches] Workaround bugs in Proxy serialization

2007-04-25 Thread Andrew Haley
Two bugs when serializing proxies. Firstly, we were assigning the handles for the proxyClassDescInfo and its associated classAnnotation in the wrong order. The grammar for newClassDesc makes it clear that the handle is allocated before the classAnnotation is read. The much harder problem has to

[cp-patches] Re: Workaround bugs in Proxy serialization

2007-04-25 Thread Andrew Haley
Looking at the Classpath sources for ObjectInputStream, it seems that the area where I had so much trouble has been reworked. I'll investigate importing those classes into libgcj. Andrew.

[cp-testresults] FAIL: regressions for mauve-cacao on Wed Apr 25 12:26:29 UTC 2007

2007-04-25 Thread cpdev
Baseline from: Tue Apr 24 20:54:14 UTC 2007 Regressions: FAIL: java.awt.Component.keyPressTest Totals: PASS: 2935 XPASS: 0 FAIL: 197 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for mauve-cacao on Wed Apr 25 19:39:21 UTC 2007

2007-04-25 Thread cpdev
Baseline from: Tue Apr 24 20:54:14 UTC 2007 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration Totals: PASS: 2935 XPASS: 0 FAIL: 197 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for mauve-jamvm on Thu Apr 26 02:43:07 UTC 2007

2007-04-25 Thread cpdev
Baseline from: Tue Apr 24 06:41:03 UTC 2007 Regressions: FAIL: java.lang.Thread.sleep Totals: PASS: 2921 XPASS: 0 FAIL: 191 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for mauve-cacao on Thu Apr 26 03:15:47 UTC 2007

2007-04-25 Thread cpdev
Baseline from: Tue Apr 24 20:54:14 UTC 2007 Regressions: FAIL: java.awt.Component.keyPressTest Improvements: PASS: java.net.HttpURLConnection.reuseConnection Totals: PASS: 2936 XPASS: 0 FAIL: 196 XFAIL: 0 ___ Classpath-testresults mailing list

Mingw32 port

2007-04-25 Thread Chris Cole
Hi Folks, My diffs for mingw32 port have been mailed to classpath-patches. I believe that my mail is being held pending list-moderator approval due to their heft. Any questions or comments would be appreciated. Thanks, Chris On 3/3/07, Chris Cole [EMAIL PROTECTED] wrote: Hi Tom, I'm using

Re: Mingw32 port

2007-04-25 Thread Mark Wielaard
Hi Chris, On Wed, 2007-04-25 at 10:29 -0400, Chris Cole wrote: My diffs for mingw32 port have been mailed to classpath-patches. I believe that my mail is being held pending list-moderator approval due to their heft. Yep, write smaller patches please :) They should appear any second now on

[commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GdkFo...

2007-04-25 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 07/04/25 14:53:04 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: GdkFontPeer.java GdkGraphicsEnvironment.java

Re: Mingw32 port

2007-04-25 Thread Chris Cole
Hi Andrew, Yes, it has been my intention to break it up into a number of smaller patches. I posted as one large patch for the purpose of soliciting comments and criticisms on the whole thing. My plan was to break up the patches after addressing all nontrivial issues raised. If people would

Re: Compilation Time | More questions -Charsets

2007-04-25 Thread Martin Schlienger
Actually since we saw that support for different charsets were constantly added to GNU/Classpath, this may have been linked with GNU/Classpath and not jamvm. Indeed, gnu.java.nio.charset.Provider loads multiple default charsets. We modify this one as well. It seems that UTF8 , 8859_1 and US_ASCII

Re: Mingw32 port

2007-04-25 Thread Andrew Haley
Mark Wielaard writes: On Wed, 2007-04-25 at 10:29 -0400, Chris Cole wrote: My diffs for mingw32 port have been mailed to classpath-patches. I believe that my mail is being held pending list-moderator approval due to their heft. Yep, write smaller patches please :) They should

Re: Compilation Time | More questions -Charsets

2007-04-25 Thread Tom Tromey
Martin == Martin Schlienger [EMAIL PROTECTED] writes: Martin Actually since we saw that support for different charsets were Martin constantly added to GNU/Classpath, this may have been linked with Martin GNU/Classpath and not jamvm. Martin Indeed, gnu.java.nio.charset.Provider loads multiple

Re: Mingw32 port

2007-04-25 Thread Andrew Haley
Chris Cole writes: On 4/25/07, Andrew Haley [EMAIL PROTECTED] wrote: Mark Wielaard writes: On Wed, 2007-04-25 at 10:29 -0400, Chris Cole wrote: My diffs for mingw32 port have been mailed to classpath-patches. I believe that my mail is being held pending list-moderator