Re: JavaFX XYChart with CategoryAxis Performance Issue

2016-08-31 Thread Tai Hu
Jonathan, That is my bad. Here is a simple self-contained test. I could plot 1 in 40 seconds (Our goal is to bring down to 5 seconds) on my MacBook Pro (i5 CPU). If I increased number to 100K (that will be the upper limit for our application), chart did not render in 6 minutes and I ha

[9] Review request for 8164076: [Windows] JavaFX crash in WebPage.twkOpen in 8u112 when closing WebView while debugging

2016-08-31 Thread Guru Hb
Hi Kevin, Murali & Ankit, Please review the fix for JBS : https://bugs.openjdk.java.net/browse/JDK-8164076 Webrev : http://cr.openjdk.java.net/~ghb/8164960/webrev.00/ RC and Solution updated in JBS. Thanks, Guru

Re: JavaFX XYChart with CategoryAxis Performance Issue

2016-08-31 Thread Jonathan Giles
Without a small snippet of code that reproduces the problem, not really. If you can create a self-contained test that demonstrates the problem, I can take a look at it. -- Jonathan On 1/09/16 7:08 AM, Tai Hu wrote: I am using JavaFX XYChart to plot some big data set (1+ points). If both X

JavaFX XYChart with CategoryAxis Performance Issue

2016-08-31 Thread Tai Hu
I am using JavaFX XYChart to plot some big data set (1+ points). If both X and Y axis are NumberAxis, my line chart could render in a reasonable time, if I set chart.setCreateSymbol(false). However, if one of axis is a CategoryAxis, then performance is horrible. I think the problem is Catego

[9] Review Request: 8163076 javapackager bundling fails due to issue in JAVA-API

2016-08-31 Thread Chris Bensen
Kevin, Please review this change to fix invoking the Java Packager through the Java Packager API. JIRA: https://bugs.openjdk.java.net/browse/JDK-8163076 Webrev: http://cr.openjdk.java.net/~cbensen/JDK-8163076/webrev.00/ Chris