RFR: 8260263: Remove PtrQueue::_qset
Kim Barrett
kbarrett at openjdk.java.net
Fri Jan 22 20:34:40 UTC 2021
On Fri, 22 Jan 2021 10:15:27 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> can I have reviews for this trivial(?) removal of dead code pertaining to and including `PtrQueue::_qset`?
>
> Testing: local compilation, tier1
>
> Thanks,
> Thomas
I hadn't realized the `_qset` was quite this dead. And this doesn't appear to depend on JDK-8258742 (still waiting for a 2nd reviewer), or even have merge conflicts with it. Cool!
-------------
Marked as reviewed by kbarrett (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2194
More information about the hotspot-gc-dev
mailing list