-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
9
-
generic
-
generic
gcTaskThread is missing both volatile specifiers on _time_stamps, as well as acquire barriers on accesses, leading to undefined behavior when manipulating it.
This is part of the larger CRJDK-8033552, but that CR grew too large and this was split out.
This is part of the larger CR
- duplicates
-
JDK-8024399 PrintGCTaskTimeStamps: amount of tasks reported for GC-thread sometimes differs from expected value
- Closed
- relates to
-
JDK-8033552 Fix missing missing volatile specifiers in CAS operations in GC code
- Resolved