RFR: 8278146: G1: Rework VM_G1Concurrent VMOp to clearly identify it as pause [v2]
Aleksey Shipilev
shade at openjdk.java.net
Mon Dec 20 11:29:59 UTC 2021
On Fri, 10 Dec 2021 00:38:33 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Looks good. Regarding suggestions to use `override`, I don't need a re-review if you make those changes.
Thanks, added `override`. It looks to me that the Hotspot style is to carry `virtual` only on the superclass declaration, and do `override` on all subclass overrides, dropping explicit `virtual` for them. True? See new commit that does that.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6677
More information about the hotspot-dev
mailing list