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 {
class
file representation
using a class loader (see class
file representation.class_count_ptr
, and the array itself via
classes_ptr
.
- See "L" + N + "." + S + ";"
where N
is the binary name encoded in internal form (JVMS 4.2.1)
indicated by the class
file passed to
- 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;"