Relates :
|
We need to update com.sun.javafx.tk.quantum.PerformanceTrackerHelper in JavaFX to account for the move of sun.misc.PerformanceLogger to sun.awt.util in JDK-8146735. We access this class via reflection, so it will be easy to look for it either in its new location or its old location (so we can still run tests with JDK 8u60).
|