diff --git a/src/hotspot/share/prims/jvmti.xml b/src/hotspot/share/prims/jvmti.xml index af48e72a1cf..b05d34cdec2 100644 --- a/src/hotspot/share/prims/jvmti.xml +++ b/src/hotspot/share/prims/jvmti.xml @@ -6861,7 +6861,7 @@ class C2 extends C1 implements I2 { @@ -6923,7 +6923,7 @@ class C2 extends C1 implements I2 { class_count_ptr, and the array itself via classes_ptr.

- See Lookup::defineHiddenClass. + See Lookup::defineHiddenClass. jvmdi @@ -6973,7 +6973,7 @@ class C2 extends C1 implements I2 { "L" + N + "." + S + ";" where N is the binary name encoded in internal form (JVMS 4.2.1) indicated by the class file passed to - Lookup::defineHiddenClass, + Lookup::defineHiddenClass, and S is an unqualified name. The returned name is not a type descriptor and does not conform to JVMS 4.3.2. For example, com.foo.Foo/AnySuffix is "Lcom/foo/Foo.AnySuffix;"