RFR: 8272884: Make VoidClosure::do_void pure virtual
David Holmes
dholmes at openjdk.java.net
Wed Aug 25 02:24:23 UTC 2021
On Tue, 24 Aug 2021 07:40:00 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple change of making VoidClosure::do_void pure virtual.
>
> Test: build
Marked as reviewed by dholmes (Reviewer).
FYI it started as pure virtual in July 2000 but then in May 2001 was changed with the comment "Workaround for a compiler bug" - so I think you are safe. :)
-------------
PR: https://git.openjdk.java.net/jdk/pull/5237
More information about the hotspot-runtime-dev
mailing list