RFR: JDK-8325255 jdk.internal.util.ReferencedKeySet::add using wrong test [v3]
Jim Laskey
jlaskey at openjdk.org
Tue Feb 6 18:43:09 UTC 2024
> Currently, add is returning intern(e) == null which will always be false. The correct test is intern(e) == e , that is, true when element is newly added.
Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
Update ReferencedKeyTest.java
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17732/files
- new: https://git.openjdk.org/jdk/pull/17732/files/b8d2d97d..51cf3e4a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17732&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17732&range=01-02
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/17732.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17732/head:pull/17732
PR: https://git.openjdk.org/jdk/pull/17732
More information about the core-libs-dev
mailing list