On 12/14/16 02:33, Alan Bateman wrote:
On 14/12/2016 10:30, [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>.
Looks fine.
Thank you, Alan!
Serguei
-Alan