Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2183950 | 7 | John Cuthbertson | P3 | Closed | Fixed | b74 |
JDK-2189924 | 6u21 | John Cuthbertson | P3 | Resolved | Fixed | b01 |
JDK-2187172 | 6u18 | John Cuthbertson | P3 | Resolved | Fixed | b04 |
JDK-2184277 | hs16 | John Cuthbertson | P3 | Resolved | Fixed | b11 |
While investigating a G1 issue with a customer supplied test case I tried running the test case with a 32 bit client JVM on our batoka machine. The original issue is a possible race with concurrent marking so I ran the test case with ParallelMarkingThreads=1.
After around 4 hours the test case failed with an assert that the contents of an SATB buffer was not an oop.
Examining the resulting core file the value that was being triggering the assert was 0xd which may possibly be a mark word of an oop.
After around 4 hours the test case failed with an assert that the contents of an SATB buffer was not an oop.
Examining the resulting core file the value that was being triggering the assert was 0xd which may possibly be a mark word of an oop.
- backported by
-
JDK-2184277 G1: Incorrect code generated for G1 pre-barrier by C1 on SPARC
-
- Resolved
-
-
JDK-2187172 G1: Incorrect code generated for G1 pre-barrier by C1 on SPARC
-
- Resolved
-
-
JDK-2189924 G1: Incorrect code generated for G1 pre-barrier by C1 on SPARC
-
- Resolved
-
-
JDK-2183950 G1: Incorrect code generated for G1 pre-barrier by C1 on SPARC
-
- Closed
-
- relates to
-
JDK-6893095 G1: bulk G1 backports to 6u18
-
- Closed
-