RFR: 8184166: SortedList does not free up memory [v5]
John Hendrikx
jhendrikx at openjdk.org
Thu Dec 18 22:22:15 UTC 2025
On Thu, 18 Dec 2025 19:41:02 GMT, Cormac Redmond <duke at openjdk.org> wrote:
>> Fix SortedList memory leak by clearing unused entries in the internal array when the source list shrinks. Also nullify tempElement.e after use,
>>
>> Adding "--add-opens=javafx.base/javafx.collections.transformation=ALL-UNNAMED" to allow reflection access from tests.
>
> Cormac Redmond has updated the pull request incrementally with one additional commit since the last revision:
>
> 8184166: improve readability
Still looks good, so approving. Thanks for your work on this PR :)
-------------
Marked as reviewed by jhendrikx (Reviewer).
PR Review: https://git.openjdk.org/jfx/pull/2000#pullrequestreview-3595368857
More information about the openjfx-dev
mailing list