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

serguei.spitsyn at oracle.com serguei.spitsyn at oracle.com
Wed Dec 14 10:34:24 UTC 2016



On 12/14/16 02:33, Alan Bateman wrote:
>
>
> 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.

Thank you, Alan!
Serguei

>
> -Alan



More information about the hotspot-runtime-dev mailing list