[jdk17] RFR: 8268522: InstanceKlass::can_be_verified_at_dumptime() returns opposite value [v2]

Yumin Qi minqi at openjdk.java.net
Sat Jun 12 00:14:53 UTC 2021


On Fri, 11 Jun 2021 18:13:20 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Please review this small patch:
>> 
>> - correct the return value of `InstanceKlass::can_be_verified_at_dumptime()` to match the function's name;
>> - modify the call sites accordingly.
>> 
>> - [x] mach5 tiers 1,2,3
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Change _is_shared_old_klass to _verified_at_dump_time

LGTM.

-------------

Marked as reviewed by minqi (Reviewer).

PR: https://git.openjdk.java.net/jdk17/pull/31


More information about the hotspot-runtime-dev mailing list