Looks good Chris! -- daniel
On 20/12/2017 18:42, Chris Hegarty wrote:
In JDK 9 sun.reflect.Reflection.getCallerClass, and its jdk.internal counterpart, where both deprecated-for-removal ( to give prior warning of the unsupported private API's intended removal ). The supported replacement, since Java SE 9, is java.lang.StackWalker. http://cr.openjdk.java.net/~chegar/8179424/webrev/ -Chris.