mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8374465: Spurious dot in documentation for JVMTI ClassLoad
Reviewed-by: kbarrett
This commit is contained in:
parent
3439512401
commit
2daf12edd2
@ -13173,7 +13173,7 @@ myInit() {
|
||||
id="ClassLoad" const="JVMTI_EVENT_CLASS_LOAD" filtered="thread" phase="start" num="55">
|
||||
<description>
|
||||
A class load event is generated
|
||||
<functionlink id="GetLoadedClasses">when a class or interface is created.</functionlink>.
|
||||
<functionlink id="GetLoadedClasses">when a class or interface is created</functionlink>.
|
||||
<p/>
|
||||
Array class creation does not generate a class load event.
|
||||
The creation of a primitive class (for example, java.lang.Integer.TYPE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user