Integrated: 8299879: CollectedHeap hierarchy should use override

Erik Österlund eosterlund at openjdk.org
Mon Jan 16 10:57:16 UTC 2023


On Wed, 11 Jan 2023 09:05:44 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

> The CollectedHeap class declares a bunch of virtual methods that are overridden in its subclasses. Now that we can, we should convert this code to use "override" consistently, to help making the code more robust.

This pull request has now been integrated.

Changeset: a7342853
Author:    Erik Österlund <eosterlund at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a734285314a34ed61583132f2fc6be9d9c861af4
Stats:     235 lines in 6 files changed: 2 ins; 5 del; 228 mod

8299879: CollectedHeap hierarchy should use override

Reviewed-by: stefank, tschatzl

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

PR: https://git.openjdk.org/jdk/pull/11937


More information about the hotspot-gc-dev mailing list