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)