[cp-patches] FYI: Rectangle.setRect() - modified rounding

2006-09-04 Thread David Gilbert
This patch (committed) changes the rounding used in the setRect() method: 2006-09-04 David Gilbert [EMAIL PROTECTED] * java/awt/Rectangle.java (setRect(double, double, double, double)): Modified rounding of input values. I have Mauve tests for this and will commit

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger(compressed)

2006-09-04 Thread Raif S. Naffah
On Sunday 03 September 2006 18:02, Jeroen Frijters wrote: ... Most people do not understand the (security) implications of using native code in combination with handles and most of the code out there is simply wrong (as is the current patch). See [1]. i'll have to read this document

RE: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger(compressed)

2006-09-04 Thread Jeroen Frijters
Raif S. Naffah wrote; i followed the advice given in [1] and synchronized the code in the BigInteger finalize() method which now looks like so: This is not yet sufficient. *All* native method calls that use the native_ptr need to be synchronized. It is also not very good practice to

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger (compressed)

2006-09-04 Thread Raif S. Naffah
hello Robert, On Sunday 03 September 2006 23:30, Robert Lougher wrote: ... Try commenting out the code in the function: setDoublePrecision() located in jamvm/src/os/linux/i386/init.c This changes the precision of the FPU to 64 bits from extended 80-bit precision which is the Linux default.

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger(compressed)

2006-09-04 Thread Raif S. Naffah
On Monday 04 September 2006 20:40, Jeroen Frijters wrote: ... ...*All* native method calls that use the native_ptr need to be synchronized. i'm sorry but it is still not obvious to me why this should be so. every instance of a BigInteger has its own value of native_ptr. what are we

RE: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger(compressed)

2006-09-04 Thread Jeroen Frijters
Raif S. Naffah wrote: On Monday 04 September 2006 20:40, Jeroen Frijters wrote: ... ...*All* native method calls that use the native_ptr need to be synchronized. i'm sorry but it is still not obvious to me why this should be so. every instance of a BigInteger has its own value of

Re: [cp-patches] Merge NATIVE-LAYER to HEAD

2006-09-04 Thread Andrew John Hughes
On Mon, 2006-08-21 at 02:56 +0200, Mark Wielaard wrote: ... 2006-08-20 Mark Wielaard [EMAIL PROTECTED] ... * native/jni/java-lang/java_lang_VMProcess.c (Java_java_lang_VMProcess_nativeSpawn): Remove redirect argument. ... * vm/reference/java/lang/VMProcess.java: Removed unused

[cp-patches] Re: XPath test still not commited?

2006-09-04 Thread Chris Burdess
On 25 Aug 2006, at 13:23, Mario Torre wrote: Il giorno ven, 25/08/2006 alle 13.01 +0100, Chris Burdess ha scritto: Mark Wielaard wrote: The XPath test i submitted on August 16 has still not been committed. As this was my first submission to this list, It's quite possible I did something

[cp-testresults] FAIL: regressions for mauve-jamvm on Mon Sep 4 06:44:33 UTC 2006

2006-09-04 Thread cpdev
Baseline from: Fri Sep 1 08:27:56 UTC 2006 Regressions: FAIL: gnu.javax.swing.text.html.parser.support.Parser.Text FAIL: gnu.javax.swing.text.html.parser.support.Parser.textPreProcessor_Test FAIL: java.math.BigInteger.TestOfPR27372 FAIL: javax.swing.JFileChooser.addChoosableFileFilter FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Mon Sep 4 08:00:36 UTC 2006

2006-09-04 Thread cpdev
Baseline from: Sun Sep 3 02:36:05 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: gnu.javax.swing.text.html.parser.support.Parser.Text FAIL: gnu.javax.swing.text.html.parser.support.Parser.textPreProcessor_Test FAIL: java.awt.Scrollbar.ScrollbarPaintTest FAIL:

[cp-testresults] FAIL: regressions for mauve-jamvm on Mon Sep 4 14:01:55 UTC 2006

2006-09-04 Thread cpdev
Baseline from: Fri Sep 1 08:27:56 UTC 2006 Regressions: FAIL: gnu.java.security.jce.TestOfFormat FAIL: gnu.javax.swing.text.html.parser.support.Parser.Text FAIL: gnu.javax.swing.text.html.parser.support.Parser.textPreProcessor_Test FAIL: java.math.BigInteger.TestOfPR27372 FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Mon Sep 4 15:15:51 UTC 2006

2006-09-04 Thread cpdev
Baseline from: Sun Sep 3 02:36:05 UTC 2006 Regressions: FAIL: gnu.javax.swing.text.html.parser.support.Parser.Text FAIL: gnu.javax.swing.text.html.parser.support.Parser.textPreProcessor_Test FAIL: java.awt.Graphics.TestPaintGraphics FAIL: java.math.BigInteger.TestOfPR27372 New fails: Totals:

[cp-testresults] FAIL: regressions for mauve-jamvm on Mon Sep 4 21:21:59 UTC 2006

2006-09-04 Thread cpdev
Baseline from: Fri Sep 1 08:27:56 UTC 2006 Regressions: FAIL: gnu.javax.swing.text.html.parser.support.Parser.Text FAIL: gnu.javax.swing.text.html.parser.support.Parser.textPreProcessor_Test FAIL: java.math.BigInteger.TestOfPR27372 FAIL: javax.swing.JFileChooser.addChoosableFileFilter FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Mon Sep 4 22:37:55 UTC 2006

2006-09-04 Thread cpdev
Baseline from: Sun Sep 3 02:36:05 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: gnu.javax.swing.text.html.parser.support.Parser.Text FAIL: gnu.javax.swing.text.html.parser.support.Parser.textPreProcessor_Test FAIL: java.awt.Scrollbar.ScrollbarPaintTest FAIL:

Re: Bootstrapping GNU Classpath on Fedora Core 5

2006-09-04 Thread Mark Wielaard
On Sat, 2006-09-02 at 14:32 -0600, Tom Tromey wrote: Paul == Paul Jenner [EMAIL PROTECTED] writes: Paul IMHO the INSTALL file in the distribution should contain enough detail Paul on requirements for people to be able to build. I'll take a look at Paul updating that if necessary and maybe

[Fwd: DaCapo Benchmark Suite and Paper]

2006-09-04 Thread Mark Wielaard
Hi, For those that haven't seen it. There is a new release of the DaCapo Benchmark Suite and a paper describing perfromance evaluation and benchmarking methodologies. The suite itself is a collection of real world, free software programs and datasets. http://www.dacapobench.org/ Cheers, Mark

Re: A question @Mark Wilaard (and other developer)

2006-09-04 Thread Mark Wielaard
Hi Patrick, On Sun, 2006-09-03 at 13:11 +, theUser BL wrote: Have a look at http://forums.java.net/jive/thread.jspa?threadID=18036tstart=0 there I have written a qustion at Mark and other developers. It would be nice and I would be happy, if you answer it. Seems you need to have to

Re: Using jedit 4.2 with Gnu Classpath

2006-09-04 Thread Mark Wielaard
Hi Alexander, On Sun, 2006-09-03 at 18:46 +0300, Alexander Shopov wrote: I think that I have successfully installed GNU Classpath from CVS HEAD on my Fedora Core 5 box. I have also correctly set the environmet variables LD_LIBARY_PATH CLASSPATH. I am trying to use jedit 4.2 with it.

Re: A question @Mark Wilaard (and other developer)

2006-09-04 Thread Roman Kennke
Hi Patrick. On Sun, 2006-09-03 at 13:11 +, theUser BL wrote: Have a look at http://forums.java.net/jive/thread.jspa?threadID=18036tstart=0 there I have written a qustion at Mark and other developers. IMO, it is not necessary and feasible to have The One OSS/F Java implementation. That's

Re: A question @Mark Wilaard (and other developer)

2006-09-04 Thread theUser BL
Seems you need to have to register for some sort of account on that site to post there, but feel free to quote or redistribute my response if you want. Yes. I have now posted also your answer in this forum (and this reply). Sun has in the past chosen to use and create licenses like SISSL and

Re: [Fwd: DaCapo Benchmark Suite and Paper]

2006-09-04 Thread Dalibor Topic
Mark Wielaard wrote: Hi, For those that haven't seen it. There is a new release of the DaCapo Benchmark Suite and a paper describing perfromance evaluation and benchmarking methodologies. The suite itself is a collection of real world, free software programs and datasets.

Re: [Fwd: DaCapo Benchmark Suite and Paper]

2006-09-04 Thread Mark Wielaard
Hi Dalibor, On Mon, 2006-09-04 at 16:26 +0200, Dalibor Topic wrote: For those that haven't seen it. There is a new release of the DaCapo Benchmark Suite and a paper describing perfromance evaluation and benchmarking methodologies. The suite itself is a collection of real world, free software

Re: A question @Mark Wilaard (and other developer)

2006-09-04 Thread fchoong
Interesting quote about the CDDL from /.: quote Not to worry. Firefox is available under GPL. MPL was never widely used outside of Mozilla, and that chiefly in the period before Mozilla was widely used. At that, it's a better license than the CDDL. The CDDL specificly allows distribution of

[commit-cp] classpath ChangeLog java/awt/Rectangle.java

2006-09-04 Thread David Gilbert
CVSROOT:/sources/classpath Module name:classpath Changes by: David Gilbert trebligd06/09/04 08:52:33 Modified files: . : ChangeLog java/awt : Rectangle.java Log message: 2006-09-04 David Gilbert [EMAIL PROTECTED]