-
Bug
-
Resolution: Fixed
-
P4
-
8u192, 10, 11
-
b26
-
b07
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8240083 | 11.0.8-oracle | Fisba Samreen | P4 | Resolved | Fixed | b01 |
JDK-8240655 | 11.0.8 | Brent Christian | P4 | Resolved | Fixed | b01 |
JDK-8311651 | openjdk8u392 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8314138 | 8u401 | Fairoz Matte | P4 | Resolved | Fixed | b01 |
...
Starting Thread[vm.gc.containers.ContainersTest$Mutator@3081d9dd,5,MainThreadGroup]
Starting Thread[vm.gc.containers.ContainersTest$Mutator@1d2c9a4,5,MainThreadGroup]
Starting Thread[vm.gc.containers.ContainersTest$Mutator@33aeb600,5,MainThreadGroup]
Starting Thread[vm.gc.containers.ContainersTest$Mutator@ccedf35,5,MainThreadGroup]
Starting Thread[vm.gc.containers.ContainersTest$Mutator@323fb040,5,MainThreadGroup]
Starting Thread[vm.gc.containers.ContainersTest$Mutator@25b7c04a,5,MainThreadGroup]
Exception in
vm.gc.containers.ContainersTest$Mutator@64afc808
java.lang.AssertionError
at java.base/java.util.HashMap$TreeNode.moveRootToFront(HashMap.java:1896)
at java.base/java.util.HashMap$TreeNode.putTreeVal(HashMap.java:2061)
at java.base/java.util.HashMap.putVal(HashMap.java:633)
at java.base/java.util.HashMap.put(HashMap.java:607)
at java.base/java.util.HashSet.add(HashSet.java:220)
at vm.gc.containers.CollectionContainer.update(CollectionContainer.java:74)
at vm.gc.containers.ContainersTest$Mutator.run(ContainersTest.java:82)
at nsk.share.runner.ThreadsRunner$ManagedThread.run(ThreadsRunner.java:83)
Failures summary:
java.lang.AssertionError
at java.base/java.util.HashMap$TreeNode.moveRootToFront(HashMap.java:1896)
at java.base/java.util.HashMap$TreeNode.putTreeVal(HashMap.java:2061)
at java.base/java.util.HashMap.putVal(HashMap.java:633)
at java.base/java.util.HashMap.put(HashMap.java:607)
at java.base/java.util.HashSet.add(HashSet.java:220)
at vm.gc.containers.CollectionContainer.update(CollectionContainer.java:74)
at vm.gc.containers.ContainersTest$Mutator.run(ContainersTest.java:82)
at nsk.share.runner.ThreadsRunner$ManagedThread.run(ThreadsRunner.java:83)
----------System.err:(40/2060)----------
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
Creating container: size = 100 count = 330972
nsk.share.TestFailure: Test exit code: 97
at nsk.share.test.Tests$TestRunner.execute(Tests.java:90)
at nsk.share.test.Tests$TestRunner.run(Tests.java:96)
at nsk.share.gc.GC.runTest(GC.java:114)
at vm.gc.containers.ContainersTest.main(ContainersTest.java:157)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: nsk.share.TestFailure: Test exit code: 97
JavaTest Message: shutting down test
- backported by
-
JDK-8240083 Set node color on pinned HashMap.TreeNode deletion
- Resolved
-
JDK-8240655 Set node color on pinned HashMap.TreeNode deletion
- Resolved
-
JDK-8311651 Set node color on pinned HashMap.TreeNode deletion
- Resolved
-
JDK-8314138 Set node color on pinned HashMap.TreeNode deletion
- Resolved
- duplicates
-
JDK-8208633 [TEST_BUG]: sanity/client/SwingSet/src/EditorPaneDemoTest: Failed with AssertionError from java.util.HashMap$TreeNode.moveRootToFront
- Resolved
- relates to
-
JDK-8186171 HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
- Closed