The javafx.fxml module uses two classes from the sun.reflect package:
sun.reflect.CallerSensitive
sun.reflect.Reflection
WithJDK-8137058 most classes in the sun.reflect package are moving to the jdk.internal.reflect package, including those two. We either need to find an alternative using public API or react to the move prior to JDK-8137058 going into 9-dev.
sun.reflect.CallerSensitive
sun.reflect.Reflection
With
- relates to
-
JDK-8137058 Clear out all non-Critical APIs from sun.reflect and move to jdk.unsupported
-
- Resolved
-