-
Bug
-
Resolution: Fixed
-
P3
-
17.0.7-oracle, 18, 19, 20, 21
-
b09
-
aarch64
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8309227 | 17.0.9-oracle | Weibing Xiao | P3 | Resolved | Fixed | b01 |
JDK-8311277 | 17.0.9 | Martin Doerr | P3 | Resolved | Fixed | b01 |
JDK-8309220 | 11.0.21-oracle | Weibing Xiao | P3 | Resolved | Fixed | b01 |
JDK-8311507 | 11.0.21 | Lucy Schmidt | P3 | Resolved | Fixed | b01 |
JDK-8309221 | 8u391 | Weibing Xiao | P3 | Resolved | Fixed | b01 |
java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java
use an internal non-scalable timeout. The test fails when executed with
-XX:TieredStopAtLevel=1
or
-XX:TieredStopAtLevel=3
The trace:
test ConcurrentAssociateTest.testCompute(): success
test ConcurrentAssociateTest.testComputeIfAbsent(): success
test ConcurrentAssociateTest.testMerge(): success
test ConcurrentAssociateTest.testPut(): failure
java.util.concurrent.TimeoutException
at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
at ConcurrentAssociateTest.testOnce(ConcurrentAssociateTest.java:148)
at ConcurrentAssociateTest.test(ConcurrentAssociateTest.java:102)
at ConcurrentAssociateTest.testPut(ConcurrentAssociateTest.java:73)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:599)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:174)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:822)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:147)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:764)
at org.testng.TestRunner.run(TestRunner.java:585)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:384)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:378)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:337)
at org.testng.SuiteRunner.run(SuiteRunner.java:286)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1218)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
at org.testng.TestNG.runSuites(TestNG.java:1069)
at org.testng.TestNG.run(TestNG.java:1037)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:93)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1623)
test ConcurrentAssociateTest.testPutAll(): success
- backported by
-
JDK-8309220 java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
- Resolved
-
JDK-8309221 java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
- Resolved
-
JDK-8309227 java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
- Resolved
-
JDK-8311277 java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
- Resolved
-
JDK-8311507 java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/dbf8820d
-
Commit openjdk/jdk17u-dev/43d4d026
-
Commit openjdk/jdk/ecf8842c
-
Review openjdk/jdk11u-dev/2026
-
Review openjdk/jdk17u-dev/1519
-
Review openjdk/jdk/12318
-
Review openjdk/jdk/12319