Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8154203

Use StackWalker instead of the now-deprecated sun.reflect.Reflection class

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • javafx

      The javafx.fxml module uses two classes from the sun.reflect package:

      sun.reflect.CallerSensitive
      sun.reflect.Reflection

      With JDK-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.

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: