RFR (XS) 8028520: JVM should not throw VerifyError when a private method overrides a final method

harold seigel harold.seigel at oracle.com
Tue Nov 19 12:15:57 PST 2013


Thanks David!

Harold

On 11/19/2013 2:26 PM, David Holmes wrote:
> Looks good to me.
>
> Thanks,
> David
>
> On 20/11/2013 1:57 AM, harold seigel wrote:
>> Hi,
>>
>> Please review this small fix for bug 8028520.  Ina greement with a
>> recent JVM Spec  change this fix ignores private methods when checking
>> to see if a method is overriding a final method.
>>
>> webrev: http://cr.openjdk.java.net/~hseigel/bug_8028520/
>> <http://cr.openjdk.java.net/%7Ehseigel/bug_8028520/>
>>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8028520
>>
>> The fix was tested with JCK Lang and VM tests, ute quicktests, jtreg,
>> and defmeth tests.
>>
>> Thanks, Harold



More information about the hotspot-runtime-dev mailing list