Re: java2d performance java7 / java8

2014-08-18 Thread DRC
I am wondering if this is the same issue I'm experiencing: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2014-August/006700.html If so, it's because Java 7 and later are defaulting to OpenGL drawing on Macs, which is slow, and there appears to be no way to change this behavior. Java

Re: java2d performance java7 / java8

2014-08-18 Thread Florian Bruckner (3kraft)
Hi Sergey, I have built a minimalistic test case that exposes the problem. It creates a JFrame with an editor pane in it to show some HTML content (a javadoc page). The test is to just scroll from the bottom to the top and back to the bottom by mouse wheel as quickly as possible, I did 5 iterat