--- old/src/jdk.unsupported/share/classes/sun/misc/Unsafe.java 2017-03-21 13:44:25.088935525 +0000 +++ new/src/jdk.unsupported/share/classes/sun/misc/Unsafe.java 2017-03-21 13:44:24.892922075 +0000 @@ -813,6 +813,7 @@ /** * Tells the VM to define a class, without security checks. By default, the * class loader and protection domain come from the caller's class. + * @see java.lang.invoke.MethodHandles.Lookup#defineClass(byte[]) */ @ForceInline public Class defineClass(String name, byte[] b, int off, int len,