-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22
-
b02
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8331722 | 21.0.4 | Aleksey Shipilev | P4 | Resolved | Fixed | b02 |
JDK-8332135 | 17.0.12 | Aleksey Shipilev | P4 | Resolved | Fixed | b03 |
The problem is here:
if (!waitForDeduplication(dupString3, baseString)) {
if (getValue(dupString3) != getValue(internedString)) {
where the first line should say:
if (!waitForDeduplication(dupString3, internedString)) {
- backported by
-
JDK-8331722 TestStringDeduplicationInterned.java waits for the wrong condition
- Resolved
-
JDK-8332135 TestStringDeduplicationInterned.java waits for the wrong condition
- Resolved
- relates to
-
JDK-8254598 StringDedupTable should use OopStorage
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/20c2511f
-
Commit openjdk/jdk21u-dev/7a400f2a
-
Commit openjdk/jdk/63fe413d
-
Review openjdk/jdk17u-dev/2432
-
Review openjdk/jdk21u-dev/535
-
Review openjdk/jdk21u/445
-
Review openjdk/jdk/14437