From e535cb3fbac11785cfdb43c9b6f73b2a38a621d6 Mon Sep 17 00:00:00 2001 From: Serguei Spitsyn Date: Tue, 7 Dec 2021 08:16:49 +0000 Subject: [PATCH] 8272395: Bad HTML in JVMTI man page Reviewed-by: dholmes, iris --- src/hotspot/share/prims/jvmti.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;"