Re: [JAVA2D] JAVA2D Huge Performance Drop from 6u5 to 6u10

2008-04-30 Thread Dmitri Trembovetski
[EMAIL PROTECTED] wrote: I saw the bug report, and it seems the solution has yet to be found , but i believe a solution is still being worked on judging by the log messages. Correct. So I assume that there is no workaround , and probaly I'm better off with j6u5 for the time being and

Re: [JAVA2D] Performance regression in 6u10 b22

2008-04-30 Thread Dmitri Trembovetski
Dmitri Trembovetski wrote: I didn't have a chance to run the benchmark with Substance LF as got sidetracked by some bugs and JavaOne stuff. Just re-ran the benchmark for Nimbus LF on 6u10 with and w/o the D3D pipeline (time to complete benchmark in seconds, the lower the better):

Re: [JAVA2D] Performance regression in 6u10 b22

2008-04-30 Thread java2d
Dmitri, Thanks for testing this benchmark under Substance. The exception you're seeing under Substance 4.3 is due to the search menu widget that is being added to the menu bar once there are more than a certain number of menus / menu items. You can take the latest dev version of Substance 5.0

Re: [JAVA2D] Performance regression in 6u10 b22

2008-04-30 Thread java2d
Hi, Dmitri You can probably figure out for yourself by inserting printouts in your rendering methods (doing fill with gradient, issuing drawImage etc), and specifying -Dsun.java2d.trace=log option which traces rendering primitives on the fly (as opposed to =count, which counts them and