8171226: simple typo in the JVMTI spec

Replace "bot" with "not"

Reviewed-by: alanb
This commit is contained in:
Serguei Spitsyn 2016-12-14 02:35:33 -08:00
parent f09c55c0d8
commit 9f7f109492

View File

@ -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.