Windows 7 WebView Text Rendering

2016-01-14 Thread Michael Ennen
Hello, I am using Java 8u66 on Windows 7 and the text rendering in a WebView is super blurry. For comparison purposes, I created a simple test that shows a WebView displaying a paragraph and next to it a standard Label showing the same paragraph. http://imgur.com/36RYvf8 (Sorry I don't have a be

[9] review request: JDK-8147410 Crash with long selector list

2016-01-14 Thread Murali Billa
Hi Alexander, kevin, Please review the fix for below issue : JIRA: https://bugs.openjdk.java.net/browse/JDK-8147410 Webrev: http://cr.openjdk.java.net/~mbilla/8147410/ Issue: This crash is webkit regression in 8u60 and fixed in JDK 9 version. Thanks, Murali

Re: [PATCH] Decrease Toolkit.firePulse allocation rate

2016-01-14 Thread Jim Graham
How often are listeners added and removed? It might make more sense to make them copy-on-write instead...? ...jim On 1/14/16 4:52 AM, Doswald Michael wrote: While profiling a JavaFX application that runs on embedded hardware, I have found that the Toolkit.firePulse me

review: Refactor swing Tests to match the rest of the tests

2016-01-14 Thread David Hill
Refactor swing Tests to match the rest of the tests https://bugs.openjdk.java.net/browse/JDK-8147416 http://cr.openjdk.java.net/~ddhill/8147416/ -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his eyes should survey the world." -- George Santayana (1

review: Move systemTest shims to proper module

2016-01-14 Thread David Hill
Missed this in the previous systemTests rework: https://bugs.openjdk.java.net/browse/JDK-8147398 http://cr.openjdk.java.net/~ddhill/8147398/ Will submit to 9-dev though it really only affects Jake. -- David Hill Java Embedded Development "A man's feet should be planted in his country, but his

Re: [PATCH] Decrease Toolkit.firePulse allocation rate

2016-01-14 Thread Kevin Rushforth
Hi Michael, If you would like to file an RFE, that would be fine. Before you do, please see the following page on contributing to an OpenJDK project such as OpenJFX: http://openjdk.java.net/contribute/ In particular, we need a signed Oracle Contributor Agreement (OCA) from you before we can

[PATCH] Decrease Toolkit.firePulse allocation rate

2016-01-14 Thread Doswald Michael
While profiling a JavaFX application that runs on embedded hardware, I have found that the Toolkit.firePulse method creates more garbage than necessary. In an application that simply animates an object without doing much else, I see that the firePulse method allocates a fair amount of objects (