Looks good.
Lois

On 12/14/2016 5:30 AM, [email protected] wrote:
Need one reviewer for a trivial typo fix in the JVMTI spec:
  https://bugs.openjdk.java.net/browse/JDK-8171226


The suggested fix is ("bot" => "not"):

--- a/src/share/vm/prims/jvmti.xml    Thu Dec 08 15:49:29 2016 +0100
+++ b/src/share/vm/prims/jvmti.xml    Wed Dec 14 02:24:51 2016 -0800
@@ -3370,7 +3370,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.


Thanks,
Serguei

Reply via email to