--- old/src/java.base/share/classes/jdk/internal/reflect/LangReflectAccess.java 2016-10-13 19:11:26.225033955 +0200 +++ new/src/java.base/share/classes/jdk/internal/reflect/LangReflectAccess.java 2016-10-13 19:11:26.139033417 +0200 @@ -96,6 +96,9 @@ /** 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