Re: PathTransition jitter

2017-05-07 Thread Hermann Maier
Thank you very much, Itai, for this straight tip, because testing some JavaFX applcations with (X)Ubuntu 17.04 (Mesa 17.0.1 and Xorg>1.18.4) didn't show any bad behavior like the aforementioned resource leak. So the only question remaining is why nobody mentioned this as a possible solution to

Re: PathTransition jitter

2017-05-07 Thread Jose Martinez
In previous post I mentioned Kevin, I meant Jim.  In the last update from Jim for this bug, he mentioned that it could be related to synchronization and frame rate vs rendering.  https://bugs.openjdk.java.net/browse/JDK-8178805 I tried to run tests to prove this out, but was not able to notice

Re: PathTransition jitter

2017-05-07 Thread Itai
Hermann - I believe this bug is due to a combination of Mesa and X.org - it seems to be resolved by using Mesa>=13.0 *and* X.org>=1.18.4 . Since this is a Linux-only bug, I don't think it's the same as the TransitionPath jitter, as it reportedly happens on Windows as well. On Sun, May 7, 2017 at

Re: PathTransition jitter

2017-05-07 Thread Hermann Maier
I can reproduce the problem as well on my system with (X)Ubuntu 16.04 64-Bit and Mesa 12.0.6, with JDK 8u131. Also, the CPU usage of the Java process and the Xorg process is increasing constantly until the application gets completely laggy and unusable (like every application that is using some

Re: [9] Review request: 8177566: FX user module gets IllegalAccessException from sun.reflect.misc.Trampoline

2017-05-07 Thread Peter Levart
Hi Kevin, On 05/02/2017 02:21 AM, Kevin Rushforth wrote: This review is being cross-posted to both openjfx-dev and jigsaw-dev. Please review the proposed fix for: https://bugs.openjdk.java.net/browse/JDK-8177566 http://cr.openjdk.java.net/~kcr/8177566/webrev.00/complete-webrev/ Details of