--- old/src/java.base/share/classes/jdk/internal/reflect/LangReflectAccess.java 2016-12-26 10:22:51.228015130 +0100 +++ new/src/java.base/share/classes/jdk/internal/reflect/LangReflectAccess.java 2016-12-26 10:22:51.124017004 +0100 @@ -96,9 +96,6 @@ /** Gets the "parameterAnnotations" field from a Constructor (used for serialization) */ public byte[] getConstructorParameterAnnotations(Constructor c); - /** Gets the shared array of parameter types of an Executable. */ - public Class[] getExecutableSharedParameterTypes(Executable ex); - // // Copying routines, needed to quickly fabricate new Field, // Method, and Constructor objects from templates