[10] Review request: 8176825 Unwanted comment in jdk.packager.services/src/main/java/module-info.java

2017-04-11 Thread Chris Bensen
Victor, Please review this minor change to remove and unwanted comment. JIRA: https://bugs.openjdk.java.net/browse/JDK-8176825 Webrev: http://cr.openjdk.java.net/~cbensen/JDK-8176825/webrev.00/ Chris

[9] Review request: 8178413 Mark All Exported Java Packager APIs as Deprecated

2017-04-11 Thread Chris Bensen
Kevin, Victor, and Mandy, Please review this change to deprecate all the existing non documented Java Packager API for JDK 9 and provide a new API for JDK 10. JIRA: https://bugs.openjdk.java.net/browse/JDK-8178413 Webrev: http://cr.openjdk.java.net/~cbensen/JDK-8178413/webrev.02/ Chris

Re: JavaFX graphics performance

2017-04-11 Thread Nikos Nikolos
Here is a copy of a previous post I sent, needs are still the same on my side and I don't see anything coming from the JavaFX side... OpenGL rendering was a nice solution for performance intensive application on the desktop. Since JavaFX doesn't offer a native OpenGL handle you can use such a sol

Re: JavaFX graphics performance

2017-04-11 Thread Mattias Eliasson
Excessive memory usage is more of a well documented JDK problem that impacts the performance of many applications. Especially when having a large collection of instances of the same class. In C++ an array of objects are in memory similar to an array of structs. In Java they are arrays of pointer

Review Request: 8178417 : TextArea/TextField: Undo operation reverts the caret position.

2017-04-11 Thread Ambarish Rapte
Hi Jonathan, Ajit, Please review a small fix: Bug: https://bugs.openjdk.java.net/browse/JDK-8178417 Webrev: http://cr.openjdk.java.net/~arapte/fx/8178417/webrev.00/ Regards, Ambarish

Review Request: 8090192 : [TextArea] Previous char wrong at line start

2017-04-11 Thread Ambarish Rapte
Hi Jonathan, Ajit, Please review this bug fix: Bug: https://bugs.openjdk.java.net/browse/JDK-8090192 Webrev: http://cr.openjdk.java.net/~arapte/fx/8090192/webrev.00/ Regards, Ambarish