[cp-patches] Re: RFC: RMI Class loading patch:Why thread context class loader

2006-08-14 Thread Audrius Meskauskas
Note that I removed VMObjectInputStream.currentClassLoader() and added VMStackWalker.firstNonNullClassLoader(). They are not identical, because VMObjectInputStream.currentClassLoader() used to return the thread context class loader if it couldn't find any non-null class loader on the stack, but

RE: [cp-patches] Re: RFC: RMI Class loading patch:Why thread contextclass loader

2006-08-14 Thread Jeroen Frijters
Audrius Meskauskas wrote: In the case when the thread is created and started inside the bootstrap classes, it may be no any user class on the stack. Without using thread context class loader, it may not be possible to locate any class of the user application that is currently running (the

[cp-patches] [NATIVE-LAYER] Patch to merge head to NATIVE-LAYER branch

2006-08-14 Thread Guilhem Lavaux
Hi, I have uploaded the patch to merge head to NATIVE-LAYER branch on http://www.kaffe.org/~guilhem/merge-patch-07.gz Guilhem.

Re: [cp-patches] Re: RFC: RMI Class loading patch:Why thread contextclass loader

2006-08-14 Thread Audrius Meskauskas
The way I understand it, RMI code already delegates to the thread context class loader, Then yes, the same thing twice. Just check if it does delegate in our implementation. Audrius.

Re: [cp-patches] FYI: JTable scrolling fix: introduces regressions.

2006-08-14 Thread Audrius Meskauskas
As you have removed the direction multiplier, now the table only scrolls down. Also, you have removed code that was adjusting the scrolling position so that the last row in the scrolling direction would be completely visible. While Sun's API says this is optional, I do not understand the

Re: [cp-patches] FYI: JTree scrolling fix

2006-08-14 Thread Audrius Meskauskas
Surely, RI shows that the tree scrolls only in one direction, down. Roman Kennke wrote: This fixes unit-scrolling and implements block scrolling for JTree. It also fixes a minor glitch in VariableHeightLayoutCache. 2006-08-13 Roman Kennke [EMAIL PROTECTED] * javax/swing/JTree.java

[cp-patches] FYI: JSplitPane oneTouchExpandable support

2006-08-14 Thread Roman Kennke
This fixes the oneTouchExpandable support for JSplitPane in the Basic and Metal LF. 2006-08-14 Roman Kennke [EMAIL PROTECTED] PR 28693 * javax/swing/plaf/basic/BasicSplitPaneDivider.java (BasicOneTouchButton): New inner class.

[cp-patches] FYI: Wheel scrolling fix

2006-08-14 Thread Roman Kennke
This should fix wheel scrolling. 2006-08-14 Roman Kennke [EMAIL PROTECTED] PR 28719 * javax/swing/plaf/basic/BasicScrollPaneUI.java (MouseWheelHandler.mouseWheelMoved): Scroll negative delta when wheel is going up. /Roman Index:

[cp-patches] FYI: swing.text fixlet

2006-08-14 Thread Roman Kennke
This fixes view to model mapping in javax.swing.text according to Intel's testsuite. 2006-08-14 Roman Kennke [EMAIL PROTECTED] PR 28028 * javax/swing/text/Utilities.java (getTabbedTextOffset): Don't add p0 here. /Roman Index: javax/swing/text/Utilities.java

[cp-patches] Removing the author name

2006-08-14 Thread Audrius Meskauskas
2006-08-14 Audrius Meskauskas [EMAIL PROTECTED] * javax/swing/JTable (getScrollableUnitIncrement): Removing my name as the whole method body have been recently completely replaced. ### Eclipse Workspace Patch 1.0 #P classpath Index: javax/swing/JTable.java

[cp-patches] FYI: JTable scrolling fix

2006-08-14 Thread Roman Kennke
This restores JTable's scrolling behaviour so that partially exposed rows of a JTable are completely exposed by scrolling. This is actually slightly better than the previous implementation, as this couldn't really have worked with variable height rows (for that case we now return the default

Re: [cp-patches] RFA: AffineCombineOp

2006-08-14 Thread Thomas Fitzsimmons
Francis Kung wrote: Hello, The attached patch gets java.awt.image.AffineTransformOp working and compatible with the reference implementation; mauve tests have also been committed for this class. I'm not sure if I have the best interpolation algorithms here (especially for bicubic) - it works,

Re: [cp-patches] RFA: AffineCombineOp

2006-08-14 Thread Francis Kung
Have you done performance/quality comparisons of your interpolation algorithms with the reference implementation's? That's probably a good metric for what is acceptable performance. When filtering rasters, this implementation is between 75 - 200 times slower (75 for NN and bicubic, 200

Re: [cp-patches] RFA: BandCombineOp

2006-08-14 Thread Francis Kung
On Mon, 2006-08-14 at 10:45 -0400, Thomas Fitzsimmons wrote: Typo: should be pixels. Otherwise, looks good. Please commit. Thanks; fixed and committed. Francis

Re: [cp-patches] FYI: small configure.ac fix for Mandriva

2006-08-14 Thread Thomas Fitzsimmons
Hi Mark, Mark Wielaard wrote: Hi Tom, On Wed, 2006-08-02 at 15:34 -0400, Thomas Fitzsimmons wrote: Mandriva calls its Mozilla development pkgconfig module mozilla-firefox-plugin. This patch, which I committed to HEAD, adds a fallback check for that name. 2006-08-02 Thomas Fitzsimmons

Re: [cp-patches] FYI: small configure.ac fix for Mandriva

2006-08-14 Thread Thomas Fitzsimmons
Thomas Fitzsimmons wrote: Hi Mark, Mark Wielaard wrote: Hi Tom, On Wed, 2006-08-02 at 15:34 -0400, Thomas Fitzsimmons wrote: Mandriva calls its Mozilla development pkgconfig module mozilla-firefox-plugin. This patch, which I committed to HEAD, adds a fallback check for that name.

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

2006-08-14 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Guilhem Lavaux wrote: Hi, Here is a patch to merge NATIVE-LAYER branch to HEAD. I expect that the new code will have some troubles to compile on some random OS different from linux but hopefully it is sufficiently flexible to be Yeah, it won't

[cp-patches] FYI: Some more JSplitPane UI stuff

2006-08-14 Thread Roman Kennke
This finishes up the SplitPane UI work: - Removed debug output. - Refactored BasicSplitPaneUI layout managers to conform with the spec. The BasicVerticalLayoutManager has no impl as of JDK5 and the functionality seems to be moved to BasicHorizontalLayoutManager. - Fine-tuned the

[cp-patches] Re: RFC: merge ssl-nio-branch into generics-branch

2006-08-14 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Casey Marshall wrote: Hi all. The ssl-nio work is complete enough to the point where it can be merged into the generics branch. Now that 0.92 has been released, this is a good time to do that merge. OK, I've done this. The generics-branch now

[cp-testresults] FAIL: regressions for mauve-cacao on Mon Aug 14 18:51:45 UTC 2006

2006-08-14 Thread cpdev
Baseline from: Wed Aug 2 04:27:22 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.Canvas.PaintTest FAIL: java.awt.Scrollbar.ScrollbarPaintTest FAIL: java.net.HttpURLConnection.responseHeadersTest FAIL: java.net.ServerSocket.ServerSocketTest FAIL:

[cp-testresults] FAIL: classpath build with gcj trunk on Mon Aug 14 23:54:47 UTC 2006

2006-08-14 Thread cpdev
echo timestamp lists/javax-security-sasl.stamp /home/cpdev/Nightly/gcc/install/bin/gcj -Wno-deprecated --encoding=UTF-8 --bootclasspath '' --classpath

[cp-testresults] FAIL: regressions for mauve-jamvm on Tue Aug 15 02:08:14 UTC 2006

2006-08-14 Thread cpdev
Baseline from: Wed Aug 2 19:46:25 UTC 2006 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: java.awt.Canvas.PaintTest FAIL: java.lang.Thread.sleep FAIL: javax.swing.JToolTip.setTipText FAIL: javax.swing.text.ElementIterator.ElementIteratorTest Improvements: PASS:

[cp-testresults] FAIL: regressions for mauve-cacao on Tue Aug 15 02:31:31 UTC 2006

2006-08-14 Thread cpdev
Baseline from: Wed Aug 2 04:27:22 UTC 2006 Regressions: FAIL: java.awt.Canvas.PaintTest FAIL: java.net.HttpURLConnection.responseHeadersTest FAIL: java.net.ServerSocket.ServerSocketTest FAIL: javax.swing.JToolTip.setTipText FAIL: javax.swing.text.ElementIterator.ElementIteratorTest

A wonderful group of people

2006-08-14 Thread Mark Wielaard
Hi all, The last release was the best release ever (as always!). I am always amazed how smoothly our development process is and how we seem to push out increasingly cooler code each and every time. Especially considering we have not all seen each other face-to-face. If you are curious who some of

Re: RFC: merge ssl-nio-branch into generics-branch

2006-08-14 Thread Casey Marshall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Casey Marshall wrote: Hi all. The ssl-nio work is complete enough to the point where it can be merged into the generics branch. Now that 0.92 has been released, this is a good time to do that merge. OK, I've done this. The generics-branch now

DecimalFormat

2006-08-14 Thread Mario Torre
As someone of you already knows, I'm hacking on DecimalFormat. Time is what it is but these days I have a little more, and the implementation is almost finished, though I introduced few regressions that I'm fixing... This class is very hostile! Anyway, I assigned myself the open bugs in

[commit-cp] classpath javax/swing/plaf/basic/BasicSplitPane...

2006-08-14 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/14 13:40:05 Modified files: javax/swing/plaf/basic: BasicSplitPaneDivider.java BasicSplitPaneUI.java javax/swing/plaf/metal:

[commit-cp] classpath javax/swing/plaf/basic/BasicScrollPan...

2006-08-14 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/14 13:46:05 Modified files: javax/swing/plaf/basic: BasicScrollPaneUI.java . : ChangeLog Log message: 2006-08-14 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath javax/swing/text/Utilities.java Chang...

2006-08-14 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/14 13:55:18 Modified files: javax/swing/text: Utilities.java . : ChangeLog Log message: 2006-08-14 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog javax/swing/JTable.java

2006-08-14 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Changes by: Audrius Meskauskas audriusa 06/08/14 14:09:07 Modified files: . : ChangeLog javax/swing: JTable.java Log message: 2006-08-14 Audrius Meskauskas [EMAIL PROTECTED]

[commit-cp] classpath javax/swing/JTable.java ChangeLog

2006-08-14 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/14 14:28:45 Modified files: javax/swing: JTable.java . : ChangeLog Log message: 2006-08-14 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath javax/swing/plaf/metal/MetalLookAndFe...

2006-08-14 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/14 15:13:56 Modified files: javax/swing/plaf/metal: MetalLookAndFeel.java . : ChangeLog Log message: 2006-08-14 Roman Kennke [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/awt/image/AffineTransf...

2006-08-14 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung06/08/14 16:11:24 Modified files: . : ChangeLog java/awt/image : AffineTransformOp.java Log message: 2006-08-14 Francis Kung [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog java/awt/image/BandCombineO...

2006-08-14 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung06/08/14 16:12:38 Modified files: . : ChangeLog java/awt/image : BandCombineOp.java Log message: 2006-08-14 Francis Kung [EMAIL PROTECTED] *

[commit-cp] classpath java/awt/image/ColorModel.java ChangeLog

2006-08-14 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung06/08/14 16:14:53 Modified files: java/awt/image : ColorModel.java . : ChangeLog Log message: 2006-08-14 Francis Kung [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog configure.ac

2006-08-14 Thread Thomas Fitzsimmons
CVSROOT:/sources/classpath Module name:classpath Changes by: Thomas Fitzsimmons fitzsim06/08/14 20:31:20 Modified files: . : ChangeLog configure.ac Log message: 2006-08-14 Thomas Fitzsimmons [EMAIL PROTECTED] PR

[commit-cp] classpath ChangeLog native/jni/gtk-peer/gnu_jav...

2006-08-14 Thread Andreas Tobler
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Andreas Tobler andreast 06/08/14 20:55:10 Modified files: . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_GdkPixbufDecoder.c Log message: 2006-08-14 Andreas Tobler

[commit-cp] classpath javax/swing/plaf/basic/BasicSplitPane...

2006-08-14 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/08/14 21:41:32 Modified files: javax/swing/plaf/basic: BasicSplitPaneUI.java BasicSplitPaneDivider.java javax/swing/plaf/metal:

[commit-cp] classpath ChangeLog gnu/javax/net/ssl/provider/... [generics-branch]

2006-08-14 Thread Casey Marshall
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Casey Marshall rsdio 06/08/14 22:36:24 Modified files: . : ChangeLog gnu/javax/net/ssl/provider: Extension.java

[commit-cp] classpath ChangeLog [generics-branch]

2006-08-14 Thread Casey Marshall
CVSROOT:/cvsroot/classpath Module name:classpath Branch: generics-branch Changes by: Casey Marshall rsdio 06/08/14 22:44:26 Modified files: . : ChangeLog Log message: Fix changelog entry. CVSWeb URLs: