--- a/jdk/src/java.base/share/classes/java/lang/reflect/Executable.java Sun Dec 25 19:29:06 2016 +0100
+++ b/jdk/src/java.base/share/classes/java/lang/reflect/Executable.java Mon Dec 26 19:38:27 2016 +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