RE: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-02-28 Thread Muneer Kolarkunnu
Hi Philippe,   If you set the content type before setting text, it is not taking much time. It is just 2-5 seconds. You can set the content type using javax.swing.JEditorPane.setContentType(String) API. Eg: editor.setContentType("text/plain"); // or editor.setContentType("text/html");   I

Re: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-02-28 Thread dalibor topic
On 28.02.2017 22:59, Philippe Mouawad wrote: Salut Philippe, For my information what does this mean: ILW = MLH = P4 Impact, Likelyhood and Workaround criteria are briefly described in https://blogs.oracle.com/java/a-bugs-life:-java-7-updates cheers, dalibor topic Thanks On Tue, Jan

Re: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-02-28 Thread Philippe Mouawad
Hello Guys, Any chance that a P4 bug is fixed ? It unfortunately affects us badly whenever some text (more than 700K which is frequent for HTML pages) is received in our tool. For my information what does this mean: ILW = MLH = P4 Thanks On Tue, Jan 31, 2017 at 12:26 PM, Rory O'Donnell

Re: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-01-31 Thread Rory O'Donnell
Hi Philippe, It's marked P4 because it is seen as a corner case issue. Rgds,Rory On 30/01/2017 22:43, Philippe Mouawad wrote: Hello, Thanks. Any chance issue gets fixed as I see it's P4 . Thank you On Monday, January 16, 2017, Muneer Kolarkunnu wrote: Hi

Re: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-01-30 Thread Philippe Mouawad
Hello, Thanks. Any chance issue gets fixed as I see it's P4 . Thank you On Monday, January 16, 2017, Muneer Kolarkunnu wrote: > Hi Philippe, > > > > Thanks for sharing standalone test case. > > Issue is reproducible in all platforms(Windows, Linux and Osx) with all

RE: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-01-15 Thread Muneer Kolarkunnu
Hi Philippe,   Thanks for sharing standalone test case. Issue is reproducible in all platforms(Windows, Linux and Osx) with all JDK versions(7, 8, 9-ea). I reopened the bug, You can see the updates in here: https://bugs.openjdk.java.net/browse/JDK-8172336   Regards, Muneer   From:

Re: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-01-14 Thread Philippe Mouawad
Hi, Previous sample showed already very slow rendering when text contains spaces. Now for the text without space. Sample attached. Regards On Fri, Jan 13, 2017 at 2:20 PM, Philippe Mouawad wrote: > Hello Muneer, > Find attached a simple program reproducing issue. > > I

Re: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-01-13 Thread Philippe Mouawad
Hello Muneer, Find attached a simple program reproducing issue. I see you closed the bug Regards On Fri, Jan 6, 2017 at 2:28 PM, Muneer Kolarkunnu < abdul.kolarku...@oracle.com> wrote: > Hi Philippe, > > Your incident has moved to JDK-8172336: https://bugs.openjdk.java.net/ >

RE: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-01-06 Thread Muneer Kolarkunnu
Hi Philippe, Your incident has moved to JDK-8172336: https://bugs.openjdk.java.net/browse/JDK-8172336 I tried to reproduce the issue, but I could not reproduce this issue with the information shared in the bug report. If you can provide a standalone test case, it will be great. Also, please

Re: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-01-05 Thread Rory O'Donnell
Hi Philippe, Many happy returns! Can you log a bug and send us the Java Incident id ? Rgds,Rory On 05/01/2017 10:12, Philippe Mouawad wrote: Greetings, First best wishes for 2017. I'd like to report what seems to be a critical bug we face in JMeter . I noticed it under Mac OSX El Capitan.