RFR: 8331004: Serial: Remove unused GenClosure
Guoxiong Li
gli at openjdk.org
Wed Apr 24 04:33:27 UTC 2024
On Tue, 23 Apr 2024 17:06:14 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Trivial removing dead code.
The comment preceding `GenClosure`, shown below, looks like a leftover of JDK-8234502 [1]. May be good to remove it?
// The functions below are helper functions that a subclass of
// "CollectedHeap" can use in the implementation of its virtual
// functions.
[1] https://bugs.openjdk.org/browse/JDK-8234502
-------------
Marked as reviewed by gli (Committer).
PR Review: https://git.openjdk.org/jdk/pull/18922#pullrequestreview-2018803118
More information about the hotspot-gc-dev
mailing list