--- old/src/java.base/share/classes/java/lang/reflect/Executable.java 2016-12-26 10:22:50.233033059 +0100 +++ new/src/java.base/share/classes/java/lang/reflect/Executable.java 2016-12-26 10:22:50.090035636 +0100 @@ -222,10 +222,6 @@ */ public abstract TypeVariable[] getTypeParameters(); - // returns shared array of parameter types - must never give it out - // to the untrusted code... - abstract Class[] getSharedParameterTypes(); - /** * Returns an array of {@code Class} objects that represent the formal * parameter types, in declaration order, of the executable