From 2daf12edd24e641d4d7706d582994c2b3fe95e87 Mon Sep 17 00:00:00 2001 From: Francesco Andreuzzi Date: Fri, 2 Jan 2026 14:51:37 +0000 Subject: [PATCH] 8374465: Spurious dot in documentation for JVMTI ClassLoad Reviewed-by: kbarrett --- src/hotspot/share/prims/jvmti.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/prims/jvmti.xml b/src/hotspot/share/prims/jvmti.xml index 2d1d8c0330d..7809897399e 100644 --- a/src/hotspot/share/prims/jvmti.xml +++ b/src/hotspot/share/prims/jvmti.xml @@ -13173,7 +13173,7 @@ myInit() { id="ClassLoad" const="JVMTI_EVENT_CLASS_LOAD" filtered="thread" phase="start" num="55"> A class load event is generated - when a class or interface is created.. + when a class or interface is created.

Array class creation does not generate a class load event. The creation of a primitive class (for example, java.lang.Integer.TYPE)