--- old/jdk/src/java.base/share/classes/java/lang/RuntimePermission.java 2017-03-15 12:37:14.000000000 -0700 +++ new/jdk/src/java.base/share/classes/java/lang/RuntimePermission.java 2017-03-15 12:37:14.000000000 -0700 @@ -298,6 +298,14 @@ * * * + * getStackWalkerWithClassReference + * Get a stack walker that can retrieve stack frames with class reference. + * This allows retrieval of Class objects from stack walking. + * This might allow malicious code to access Class objects on the stack + * outside its own context. + * + * + * * setDefaultUncaughtExceptionHandler * Setting the default handler to be used when a thread * terminates abruptly due to an uncaught exception