--- old/src/jdk.jdi/share/classes/com/sun/jdi/ReferenceType.java 2020-04-13 21:04:01.000000000 -0700 +++ new/src/jdk.jdi/share/classes/com/sun/jdi/ReferenceType.java 2020-04-13 21:04:01.000000000 -0700 @@ -84,15 +84,12 @@ extends Type, Comparable, Accessible { /** - * Gets the fully qualified name of this type. The returned name - * is formatted as it might appear in a Java programming langauge - * declaration for objects of this type. - *

- * For primitive classes - * the returned name is the name of the corresponding primitive - * type; for example, "int" is returned as the name of the class - * represented by {@link java.lang.Integer#TYPE Integer.TYPE}. + * Returns the name of this {@code ReferenceType} object. + * The returned name is the same form as the name returned by + * {@link Class#getName()}. + * * @return a string containing the type name. + * @see Class#getName() */ String name();