8171226: simple typo in the JVMTI spec
Replace "bot" with "not" Reviewed-by: alanb
This commit is contained in:
parent
f09c55c0d8
commit
9f7f109492
@ -3370,7 +3370,7 @@ err = (*jvmti)->Deallocate(jvmti, stack_info);
|
||||
</constant>
|
||||
<constant id="JVMTI_HEAP_REFERENCE_SUPERCLASS" num="10">
|
||||
Reference from a class to its superclass.
|
||||
A callback is bot sent if the superclass is <code>java.lang.Object</code>.
|
||||
A callback is not sent if the superclass is <code>java.lang.Object</code>.
|
||||
Note: loaded classes define superclasses via a constant pool
|
||||
reference, so the referenced superclass may also be reported with
|
||||
a <code>JVMTI_HEAP_REFERENCE_CONSTANT_POOL</code> reference kind.
|
||||
|
Loading…
x
Reference in New Issue
Block a user