--- old/src/java.base/share/classes/java/lang/reflect/Constructor.java 2017-02-07 13:13:31.807133054 +0000 +++ new/src/java.base/share/classes/java/lang/reflect/Constructor.java 2017-02-07 13:13:31.637121378 +0000 @@ -168,6 +168,13 @@ * is true.

* * @param flag {@inheritDoc} + * + * @throws InaccessibleObjectException {@inheritDoc} + * @throws SecurityException if the request is denied by the security manager + * or this is a constructor for {@code java.lang.Class} + * + * @since 9 + * @spec JPMS */ @Override @CallerSensitive