Remove all calls to deprecated SM methods in the com.sun.javafx.reflect package (primarily MethodUtil and ReflectUtil) in javafx.base
These were originally copied (and lightly modified) from the sun.reflect.misc package in the JDK; the JDK classes have evolved since then, so we need to see which changes need to be applied. It might also be worth asking how the JDK plans to handle these classes post-SM-removal.
These were originally copied (and lightly modified) from the sun.reflect.misc package in the JDK; the JDK classes have evolved since then, so we need to see which changes need to be applied. It might also be worth asking how the JDK plans to handle these classes post-SM-removal.
- is blocked by
-
JDK-8342459 Remove calls to doPrivileged in javafx.base
- Resolved
-
JDK-8341090 Remove support for security manager from JavaFX
- Resolved
- links to
-
Commit(master) openjdk/jfx/dd600658
-
Review(master) openjdk/jfx/1631