# HG changeset patch # User sspitsyn # Date 1481711733 28800 # Node ID 011eb980d4b7336957d2bd5dd9606b9870c20b51 # Parent 0e7a86ac37c2613cc6446431b141a61cf16b4e02 8171226: simple typo in the JVMTI spec Summary: replace "bot" with "not" Reviewed-by: alanb diff -r 0e7a86ac37c2 -r 011eb980d4b7 hotspot/src/share/vm/prims/jvmti.xml --- a/hotspot/src/share/vm/prims/jvmti.xml Thu Dec 08 15:49:29 2016 +0100 +++ b/hotspot/src/share/vm/prims/jvmti.xml Wed Dec 14 02:35:33 2016 -0800 @@ -3370,7 +3370,7 @@ 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.