RFR: 8276337: Use override specifier in HeapDumper
Leo Korinth
lkorinth at openjdk.java.net
Fri Nov 5 13:09:10 UTC 2021
On Fri, 5 Nov 2021 11:32:24 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:
> Use override specifier in HeapDumper. It is safer.
I have some new code in the pipe, and I want to use `override` in that code without changing unrelated code in heapDumper.cpp. Thus I first make this change so that my future change can keep the "style" of the file.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6274
More information about the serviceability-dev
mailing list