Re: debugging a regression

2015-07-01 Thread Semyon Sadetsky
Hi Yuri, If you remember we had a quick discussion about this issue before the PIT. Fix was ready but did not go into the PIT. --Semyon On 7/1/2015 6:53 PM, Yuri Nesterenko wrote: Well, yes, I'm afraid so. On Nimbus, however, I don't see any degradation, and it seems that after switching fro

Re: debugging a regression

2015-07-01 Thread Yuri Nesterenko
Well, yes, I'm afraid so. On Nimbus, however, I don't see any degradation, and it seems that after switching from Nimbus to Metal or GTK SwingSet2 is more responsive. But the fix is not in this PIT, is it? -yan On 07/01/2015 06:27 PM, Phil Race wrote: BTW I meant to send email on this but yeste

Re: debugging a regression

2015-07-01 Thread Phil Race
BTW I meant to send email on this but yesterday whilst doing manual testing of the final PIT builds on 64 bit Linux I still saw one CPU core max out on the HTMLEditor test in SwingSet2. I think it was GTK L&F but I do not remember for sure .. I suspect it is actually all of them. I did not see

Re: debugging a regression

2015-07-01 Thread Pete Brunet
That fixed it. Thanks Semyon. On 7/1/15 8:25 AM, Pete Brunet wrote: > Thanks Semyon! I'll give it a try. -Pete > > On 7/1/15 2:29 AM, Semyon Sadetsky wrote: >> Hi Pete, >> >> I heard that you got performance issue in b68 connected to text >> components. >> It can be caused by https://bugs.openj

Re: debugging a regression

2015-07-01 Thread Pete Brunet
Thanks Semyon! I'll give it a try. -Pete On 7/1/15 2:29 AM, Semyon Sadetsky wrote: > Hi Pete, > > I heard that you got performance issue in b68 connected to text > components. > It can be caused by https://bugs.openjdk.java.net/browse/JDK-8098835. > > The next patch can help: > > --- > old/src/j

[9, 8] Review request for 8081485: EDT auto shutdown is broken in case of new event queue usage

2015-07-01 Thread Anton Nashatyrev
Hello Artem, Sergey thanks for your help with the issue investigation! could you please review the following fix: fix: http://cr.openjdk.java.net/~anashaty/8081485/webrev.00/ bug: https://bugs.openjdk.java.net/browse/JDK-8081

[9] Review request for 8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url; class=java.net.URL flavor

2015-07-01 Thread mikhail cherkasov
Hi there, Could you please review a fix for: 8081787 [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor https://bugs.openjdk.java.net/browse/JDK-8081787 http://cr.openjdk.java.net/~mcherkas/8081787.8/webrev.01/src/macosx/classes/su

Re: debugging a regression

2015-07-01 Thread Semyon Sadetsky
Hi Pete, I heard that you got performance issue in b68 connected to text components. It can be caused by https://bugs.openjdk.java.net/browse/JDK-8098835. The next patch can help: --- old/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTextUI.java 2015-06-16 20:20:42.678311800 +030