RFR: 8299879: CollectedHeap hierarchy should use override
Erik Österlund
eosterlund at openjdk.org
Fri Jan 13 12:52:09 UTC 2023
On Thu, 12 Jan 2023 10:58:52 GMT, Stefan Karlsson <stefank 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).
Thank you for the reviews, @stefank and @tschatzl!
-------------
PR: https://git.openjdk.org/jdk/pull/11937
More information about the shenandoah-dev
mailing list