RFR 8251414: Add test that invokeinterface of a protected method in java.lang.Object throws NoSuchMethodError

Harold Seigel harold.seigel at oracle.com
Fri Aug 14 15:27:54 UTC 2020


Thanks Coleen!

I'll move the test before pushing the change.

Harold

On 8/14/2020 11:25 AM, Coleen Phillimore wrote:
>
> This looks good.  Can you hg mv this test into the linkResolver 
> directory and out of 8026394 before checking it in?
> Thanks,
> Coleen
>
> On 8/12/20 2:14 PM, Harold Seigel wrote:
>> Hi,
>>
>> Please review this change to add test cases to test 
>> hotspot/jtreg/runtime/8026394/InterfaceObjectTest.java to check for 
>> NoSuchMethodError exceptions when calling Object protected methods 
>> clone() and finalize() using invokeinterface.
>>
>> Open Webrev: 
>> http://cr.openjdk.java.net/~hseigel/bug_8251414/webrev/index.html
>>
>> JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8251414
>>
>> The fix was tested by running the modified test on multiple 
>> platforms, including Mac OS, Windows, and Linux.
>>
>> Thanks, Harold
>


More information about the hotspot-runtime-dev mailing list