We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3439512 commit 2daf12eCopy full SHA for 2daf12e
src/hotspot/share/prims/jvmti.xml
@@ -13173,7 +13173,7 @@ myInit() {
13173
id="ClassLoad" const="JVMTI_EVENT_CLASS_LOAD" filtered="thread" phase="start" num="55">
13174
<description>
13175
A class load event is generated
13176
- <functionlink id="GetLoadedClasses">when a class or interface is created.</functionlink>.
+ <functionlink id="GetLoadedClasses">when a class or interface is created</functionlink>.
13177
<p/>
13178
Array class creation does not generate a class load event.
13179
The creation of a primitive class (for example, java.lang.Integer.TYPE)
0 commit comments