diff --git a/hotspot/src/share/vm/prims/jvmti.xml b/hotspot/src/share/vm/prims/jvmti.xml index 28144da3a39..6c44405dda9 100644 --- a/hotspot/src/share/vm/prims/jvmti.xml +++ b/hotspot/src/share/vm/prims/jvmti.xml @@ -3370,7 +3370,7 @@ err = (*jvmti)->Deallocate(jvmti, stack_info); Reference from a class to its superclass. - A callback is bot sent if the superclass is java.lang.Object. + A callback is not sent if the superclass is java.lang.Object. Note: loaded classes define superclasses via a constant pool reference, so the referenced superclass may also be reported with a JVMTI_HEAP_REFERENCE_CONSTANT_POOL reference kind.