< prev index next >

src/java.base/share/classes/java/lang/invoke/MethodHandleInfo.java

Print this page
rev 55127 : 8223351: [lworld] Primary mirror and nullable mirror for inline type
Reviewed-by: tbd

@@ -151,12 +151,11 @@
      * @return the integer code for the kind of reference used to access the underlying member
      */
     public int getReferenceKind();
 
     /**
-     * Returns the {@code Class} object representing {@linkplain Class#asBoxType() the box type}
-     * of the class in which the cracked method handle's underlying member was defined.
+     * Returns the class in which the cracked method handle's underlying member was defined.
      * @return the declaring class of the underlying member
      */
     public Class<?> getDeclaringClass();
 
     /**
< prev index next >