hotspot/src/share/vm/prims/jvmti.xml
changeset 42656 5360d39e2aba
parent 42647 d01f2abf2c65
parent 42628 011eb980d4b7
child 43460 591b3e506e67
--- a/hotspot/src/share/vm/prims/jvmti.xml	Tue Dec 13 02:04:23 2016 +0100
+++ b/hotspot/src/share/vm/prims/jvmti.xml	Sun Dec 18 15:37:50 2016 +0100
@@ -3372,7 +3372,7 @@
 	  </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.