RFR (XXS): 8171226 simple typo in the JVMTI spec

Alan Bateman Alan.Bateman at oracle.com
Wed Dec 14 10:33:37 UTC 2016



On 14/12/2016 10:30, 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>.
Looks fine.

-Alan


More information about the hotspot-runtime-dev mailing list