On Fri, 15 Nov 2024 17:55:30 GMT, Chen Liang <li...@openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Do not need -ea -esa in tests, our testing infra adds them already > > src/java.base/share/classes/jdk/internal/ref/CleanerImpl.java line 356: > >> 354: >> 355: // Linked list structure. >> 356: Node prev; > > The prev link seems only ever written but never read. This can be a > singly-linked list, I believe. Right! Removed `prev`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22043#discussion_r1844355333