Re: Exception running FXMark with JavaFX 9

2016-08-17 Thread Felix Bembrick
Ah, thanks Vadim. That would certainly explain the exception! Cheers, Felix > On 17 Aug 2016, at 22:45, Vadim Pakhnushev > wrote: > > Felix, > > The com.sun.javafx.perf.PerformanceTracker is in the javafx.graphics module. > > Vadim > >> On 17.08.2016 10:50,

Re: Exception running FXMark with JavaFX 9

2016-08-17 Thread Vadim Pakhnushev
Felix, The com.sun.javafx.perf.PerformanceTracker is in the javafx.graphics module. Vadim On 17.08.2016 10:50, Felix Bembrick wrote: OK, I have read the article and followed Rahman's advice (thanks!) and here are my VM args now: -Djavafx.animation.fullspeed=true -addmods

Re: Exception running FXMark with JavaFX 9

2016-08-17 Thread Felix Bembrick
OK, I have read the article and followed Rahman's advice (thanks!) and here are my VM args now: -Djavafx.animation.fullspeed=true -addmods ALL-DEFAULT,java.se.ee -XaddExports:javafx.graphics/com.sun.javafx.stage=ALL-UNNAMED -XaddExports:javafx.base/com.sun.javafx.collections=ALL-UNNAMED

Re: Exception running FXMark with JavaFX 9

2016-08-16 Thread dalibor topic
On 16.08.2016 07:50, Felix Bembrick wrote: How do I access PerformanceTracker in Java/JavaFX 9? Please see http://openjdk.java.net/jeps/261 cheers, dalibor topic -- Dalibor Topic | Principal Product Manager Phone: +494089091214 | Mobile:

Exception running FXMark with JavaFX 9

2016-08-16 Thread Felix Bembrick
I am trying to port FXMark from Java 8 to Java 9 but encounter this exception: Caused by: java.lang.IllegalAccessError: class com.bembrick.fxmark.HUD (in unnamed module @0x59223fd5) cannot access class com.sun.javafx.perf.PerformanceTracker (in module javafx.graphics) because module