RFR: 8266822: Rename MetaspaceShared::is_old_class to has_old_class_version [v5]

Yumin Qi minqi at openjdk.java.net
Tue May 11 22:21:56 UTC 2021


On Tue, 11 May 2021 22:07:40 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Please review this simple patch for renaming the function from `MetaspaceShared::is_old_class` to `MetaspaceShared::has_old_class_version`. Also added some comment to the function.
>> 
>> Tests:
>> - [x] tier1, 2
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   convert has_old_class_version to an instance method

LGTM.

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

Marked as reviewed by minqi (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3983


More information about the hotspot-runtime-dev mailing list