[jdk17u-dev] RFR: 8271506: Add ResourceHashtable support for deleting selected entries [v3]

Thomas Stuefe stuefe at openjdk.java.net
Tue Feb 1 10:45:28 UTC 2022


On Tue, 1 Feb 2022 08:25:57 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

>> I backport this as prerequisite to JDK-8274944 which calls the new method unlink().
>> 
>> I had to adapt the code to work in jdk17 because ""JDK-8269004: Implement ResizableResourceHashtable" is missing in 17.
>
> Goetz Lindenmaier has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
> 
>   Backport f15d6cbcaf191b9718ab51b1e8b72938c0abdd6b

Looks good now.

Small note, please do not modify history with patches in review. If you do incremental commits instead of amending as recommended, I can see what changed since last time I looked at the code. Also messes up conversation history.

Cheers, Thomas

-------------

Marked as reviewed by stuefe (Reviewer).

PR: https://git.openjdk.java.net/jdk17u-dev/pull/132


More information about the jdk-updates-dev mailing list