Re: [cp-patches] FYI: make peer libraries versionless

2006-07-31 Thread Thomas Fitzsimmons
Hi, Mark Wielaard wrote: Hi Tom, On Fri, 2006-07-28 at 19:41 -0400, Thomas Fitzsimmons wrote: I committed this patch to make the peer libraries versionless. This is good practice for dlopen'd libraries. In the case of libjawt.so which is meant to be linked to, making it versionless gives

Re: [cp-patches] Patch: FYI: minor zip changes

2006-07-31 Thread Tom Tromey
Mark == Mark Wielaard [EMAIL PROTECTED] writes: Mark I see you have recently closed that PR. But while merging classpath with Mark libgcj I noticed the InflaterInputStream.java is still different in both Mark classpath trees (strangely enough libgcj doesn't use an override, but Mark has an

Re: [cp-patches] RFC: StrictMath helper methods fixed

2006-07-31 Thread Tom Tromey
Carsten == Carsten Neumann [EMAIL PROTECTED] writes: Carsten this patch changes the helper methods to deal with the IEEE Carsten representation of doubles I introduced with a previous patch Carsten Ok for head ? Looks reasonable to me. At this point I would venture to guess that you know more

[cp-patches] RFC: StrictMath.sinh implemented

2006-07-31 Thread Carsten Neumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, added another method to StrictMath, the mauve tests for this one are already in. Comments or approval, appreciated. Thanks, Carsten 2006-07-31 Carsten Neumann [EMAIL PROTECTED] *

Re: [cp-patches] Patch: RFC: add javah tool

2006-07-31 Thread Casey Marshall
On Jul 27, 2006, at 3:10 PM, Tom Tromey wrote: This tool uses the ASM library. I added a new configure option for this, point --with-asm to the all jar and javah will be built. Otherwise it won't be. I disabled javah in the Eclipse-based build (something we should discuss -- maybe we should

Re: [cp-patches] Patch: RFC: add javah tool

2006-07-31 Thread Tom Tromey
Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif indeed. but it would be nice to keep the Eclipse related files Raif (.classpath, and .externalToolBuilders files) common to most, if Raif not all, hackers using Eclipse. I completely agree. For now we achieve that by disabling the optional

[cp-testresults] FAIL: cacao build on Mon Jul 31 18:20:05 UTC 2006

2006-07-31 Thread cpdev
(cd .libs rm -f libnativevm.la ln -s ../libnativevm.la libnativevm.la) make[4]: Leaving directory `/home/cpdev/Nightly/cacao/build/src/native/vm' make[4]: Entering directory `/home/cpdev/Nightly/cacao/build/src/native' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.

[cp-testresults] FAIL: cacao build on Tue Aug 1 00:24:00 UTC 2006

2006-07-31 Thread cpdev
then mv -f .deps/jni.Tpo .deps/jni.Plo; else rm -f .deps/jni.Tpo; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../../../cacao/src/native -I../.. -I../../../cacao/src -I../../../cacao/src/vm/jit/i386 -I../../../cacao/src/vm/jit/i386/linux -I../../src -D__I386__ -D__LINUX__ -ansi -pedantic

[cp-testresults] FAIL: regressions for mauve-jamvm on Tue Aug 1 01:58:47 UTC 2006

2006-07-31 Thread cpdev
Baseline from: Sat Jul 29 05:41:45 UTC 2006 Regressions: FAIL: java.awt.Choice.getSelected FAIL: javax.swing.JComboBox.ComboRobot Improvements: PASS: gnu.java.security.jce.TestOfKeyFactory PASS: gnu.java.security.jce.TestOfKeyPairGenerator PASS: gnu.java.security.jce.TestOfProvider PASS:

jboss-4.0.4

2006-07-31 Thread Christian Thalinger
Hi! Today I was trying again JBoss-4.0.4 and it runs much better than the last time. This DB problem is gone (mark, can you remember?), maybe because a shutdown does not crash anymore, and it does not shutdown itself anymore after running a few minutes. And even the startup time is faster with

Re: jboss-4.0.4

2006-07-31 Thread Stephan Michels
Hi Christian! 2006/7/31, Christian Thalinger [EMAIL PROTECTED]: 13:02:10,416 WARN [URLDeploymentScanner] Scan URL, caught java.io.IOException: Could not list directory '/home/twisti/src/cacao/jboss/jboss-4.0.4.GA/server/default/deploy', reason unknown I thinks it's related to the number of

Re: jboss-4.0.4

2006-07-31 Thread Christian Thalinger
On Mon, 2006-07-31 at 13:55 +0200, Stephan Michels wrote: I don't know if it is related to your problem, but the too many open files thing reminds me of this bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25760 Ahh, I can remember that bug. Hmm, probably. Hard to tell, as CACAO does not

Re: jboss-4.0.4

2006-07-31 Thread Robert Lougher
Hi Twisti, On 7/31/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2006-07-31 at 13:55 +0200, Stephan Michels wrote: I don't know if it is related to your problem, but the too many open files thing reminds me of this bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25760 Ahh, I can

Re: jboss-4.0.4

2006-07-31 Thread Christian Thalinger
On Mon, 2006-07-31 at 13:50 +0100, Robert Lougher wrote: I've never tried to run JBoss with JamVM. Can you give a quick summary of what you're trying to run so that I can have a go myself? Remember, I know _nothing_ about JBoss! Who does :-) Well, just download the latest release (4.0.4.GA),

Re: jboss-4.0.4

2006-07-31 Thread Robert Lougher
Hi Twisti, On 7/31/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2006-07-31 at 13:50 +0100, Robert Lougher wrote: I've never tried to run JBoss with JamVM. Can you give a quick summary of what you're trying to run so that I can have a go myself? Remember, I know _nothing_ about

Re: Xara backend over cairo?

2006-07-31 Thread Tom Tromey
== ê­ðõ   [EMAIL PROTECTED] writes: The benchmark shows good perfomance than Cairo. http://www.xaraxtreme.org/about/performance.html But I don't know whether we can also use it for class path (though it is basically a vector rendering engine). If it is free software and does what we need

[Bug classpath/28552] New: RMI NPE on JBoss-4.0.4 shutdown

2006-07-31 Thread twisti at complang dot tuwien dot ac dot at
When running JBoss-4.0.4 with current CVS head, which is mostly like upcoming 0.92 release, I get a NPE during shutdown: 19:16:45,755 WARN [JRMPInvoker] Stopping failed jboss:service=invoker,type=jrmp java.lang.NullPointerException at

Re: jboss-4.0.4

2006-07-31 Thread Tom Tromey
Twisti == Christian Thalinger [EMAIL PROTECTED] writes: Twisti On shutdown I get a NPE: Twisti 13:07:37,901 WARN [JRMPInvoker] Stopping failed Twisti jboss:service=invoker,type=jrmp Twisti java.lang.NullPointerException Twistiat

Re: jboss-4.0.4

2006-07-31 Thread Christian Thalinger
On Mon, 2006-07-31 at 14:06 +0200, Christian Thalinger wrote: Ahh, I can remember that bug. Hmm, probably. Hard to tell, as CACAO does not have class GC and I can't run jboss with jamvm. Does any other VM have class GC? The bug showed with jamvm is already in bugzilla:

Re: jboss-4.0.4

2006-07-31 Thread Christian Thalinger
On Mon, 2006-07-31 at 19:04 +0100, Robert Lougher wrote: No, but it doesn't look difficult to implement. If I understand it correctly it seems to be as simple as just prepending the value of java.endorsed.dirs to the bootpath? Well, nearly. You have to scan the directories, if any, for

Re: jboss-4.0.4

2006-07-31 Thread Robert Lougher
Hi, No, but it doesn't look difficult to implement. If I understand it correctly it seems to be as simple as just prepending the value of java.endorsed.dirs to the bootpath? Rob. On 7/31/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2006-07-31 at 14:06 +0200, Christian Thalinger

Re: jboss-4.0.4

2006-07-31 Thread Robert Lougher
On 7/31/06, Robert Lougher [EMAIL PROTECTED] wrote: On 7/31/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2006-07-31 at 19:04 +0100, Robert Lougher wrote: No, but it doesn't look difficult to implement. If I understand it correctly it seems to be as simple as just prepending the

Re: jboss-4.0.4

2006-07-31 Thread Christian Thalinger
On Mon, 2006-07-31 at 13:03 -0400, Tom Tromey wrote: Could you file a PR for this? I don't know RMI very well (does anybody?) but this seems like a real Classpath bug to me. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28552 I think Audrius is the person. He fixed all my RMI problems :-)

Re: jboss-4.0.4

2006-07-31 Thread Archie Cobbs
Christian Thalinger wrote: On Mon, 2006-07-31 at 14:06 +0200, Christian Thalinger wrote: Ahh, I can remember that bug. Hmm, probably. Hard to tell, as CACAO does not have class GC and I can't run jboss with jamvm. Does any other VM have class GC? JCVM has class unloading, but I've never

Re: jboss-4.0.4

2006-07-31 Thread Tom Tromey
Rob == Robert Lougher [EMAIL PROTECTED] writes: Rob No, but it doesn't look difficult to implement. If I understand it Rob correctly it seems to be as simple as just prepending the value of Rob java.endorsed.dirs to the bootpath? You need to search the endorsed directories for .jar and .zip

Re: jboss-4.0.4

2006-07-31 Thread Robert Lougher
On 7/31/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2006-07-31 at 19:04 +0100, Robert Lougher wrote: No, but it doesn't look difficult to implement. If I understand it correctly it seems to be as simple as just prepending the value of java.endorsed.dirs to the bootpath? Well,

Re: jboss-4.0.4

2006-07-31 Thread Christian Thalinger
On Mon, 2006-07-31 at 19:35 +0100, Robert Lougher wrote: Sorry to keep on spamming, but do you look in a default location if java.endorsed.dirs is unset? The RI does, but this assumes you've got a JRE-like directory structure. Time to put jamvm into it's own directory... Yes, we do. We

[Bug crypto/28556] KeyFactory RSA fails to parse some PKCS8 encoded keys

2006-07-31 Thread csm at gnu dot org
--- Comment #3 from csm at gnu dot org 2006-07-31 21:00 --- I think the issue is with reading the parameters field of the key; the ASN.1 says that that field is OPTIONAL, but it MAY be an explicit NULL value, like it is here. Using 'openssl asn1parse' the output for this key is:

Re: AWT peer event handling (Important)

2006-07-31 Thread Roman Kennke
Hi Sven, First off, some observations: 1) When a property of a Component changes, the corresponding setProperty method of the Component object IS called. E.g. selecting Choice item WILL result in a call to Choice.select(index) method. (Test: Overload the setProperty method) Makes perfect

[commit-cp] classpath ChangeLog native/jni/qt-peer/Makefile.am

2006-07-31 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Changes by: Thomas Fitzsimmons fitzsim06/07/31 13:50:38 Modified files: . : ChangeLog native/jni/qt-peer: Makefile.am Log message: 2006-07-31 Thomas Fitzsimmons [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/lang/StrictMath.java

2006-07-31 Thread Carsten Neumann
CVSROOT:/sources/classpath Module name:classpath Changes by: Carsten Neumann neumannc 06/07/31 18:02:52 Modified files: . : ChangeLog java/lang : StrictMath.java Log message: 2006-07-31 Carsten Neumann [EMAIL PROTECTED]

[commit-cp] classpath INSTALL NEWS ChangeLog

2006-07-31 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/07/31 19:01:28 Modified files: . : INSTALL NEWS ChangeLog Log message: 2006-07-31 Roman Kennke [EMAIL PROTECTED] * NEWS: Added note about