RFR: 8299879: CollectedHeap hierarchy should use override

Stefan Karlsson stefank at openjdk.org
Fri Jan 13 12:52:07 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.

Marked as reviewed by stefank (Reviewer).

Marked as reviewed by stefank (Reviewer).

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

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


More information about the hotspot-gc-dev mailing list