Integrated: 8266822: Rename MetaspaceShared::is_old_class to be more explicit about what "old" means

Calvin Cheung ccheung at openjdk.java.net
Tue May 11 23:55:56 UTC 2021


On Tue, 11 May 2021 16:15:08 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

This pull request has now been integrated.

Changeset: 57c6ba6e
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/57c6ba6e6b1c1bf30dcfffee873790dfc4fa511a
Stats:     54 lines in 7 files changed: 23 ins; 22 del; 9 mod

8266822: Rename MetaspaceShared::is_old_class to be more explicit about what "old" means

Reviewed-by: iklam, minqi, coleenp

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

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


More information about the hotspot-runtime-dev mailing list