-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
Java 9 introduced the StackWalker API to allow better access to the current Java stack. As such, use of sun.reflect.Reflection and particularly its getCallerClass methods should no longer be needed.
When
a Java class uses the sun.misc.Reflection class
Perform
add a hint to replace it with use of the new StackWalker API as in this example changeset