RFR: 8277428: G1: Move G1STWIsAliveClosure::do_object_b definition back to g1CollectedHeap.cpp
Hamlin Li
mli at openjdk.java.net
Fri Nov 19 11:34:22 UTC 2021
On Fri, 19 Nov 2021 03:29:04 GMT, Hamlin Li <mli at openjdk.org> wrote:
> This is a trivial patch to move G1STWIsAliveClosure::do_object_b definition to the right file g1CollectedHeap.cpp.
Thanks Thomas.
Not sure if this method be inlined in original code, but I inline it anyway as you suggested.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6470
More information about the hotspot-gc-dev
mailing list