RFR (XXS): 8171226 simple typo in the JVMTI spec
Lois Foltan
lois.foltan at oracle.com
Wed Dec 14 13:18:01 UTC 2016
Looks good.
Lois
On 12/14/2016 5:30 AM, serguei.spitsyn at oracle.com 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
More information about the serviceability-dev
mailing list