JDK-8151148 : [TEST BUG] Fix imports for com.sun.javafx.Utils
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:8u60
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2016-03-03
Updated:2016-03-23
Resolved:2016-03-18
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
After JDK-8093068, class com.sun.javafx.Utils changed it's location to com.sun.javafx.util.Utils. Some of the tests still require that file,
therefore imports should be updated.