Skip to content

Commit 2daf12e

Browse files
committed
8374465: Spurious dot in documentation for JVMTI ClassLoad
Reviewed-by: kbarrett
1 parent 3439512 commit 2daf12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/prims/jvmti.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13173,7 +13173,7 @@ myInit() {
1317313173
id="ClassLoad" const="JVMTI_EVENT_CLASS_LOAD" filtered="thread" phase="start" num="55">
1317413174
<description>
1317513175
A class load event is generated
13176-
<functionlink id="GetLoadedClasses">when a class or interface is created.</functionlink>.
13176+
<functionlink id="GetLoadedClasses">when a class or interface is created</functionlink>.
1317713177
<p/>
1317813178
Array class creation does not generate a class load event.
1317913179
The creation of a primitive class (for example, java.lang.Integer.TYPE)

0 commit comments

Comments
 (0)