-
Bug
-
Resolution: Fixed
-
P4
-
15
-
b14
MoveAndUpdateClosure::do_addr calls calc_new_pointer in an assert, but that function has side effects. It calls PsParallelCompact::fill_blocks on the region containing the address and marks that region filled. This appears to be "harmless" in the sense that this is permitted to occur multiple times for a region. But this could have the effect of masking lack of region filling somewhere else for release builds.
- relates to
-
JDK-8263723 [BACKOUT] MoveAndUpdateClosure::do_addr calls function with side-effects in an assert
-
- Resolved
-
-
JDK-8263731 [REDO] MoveAndUpdateClosure::do_addr calls function with side-effects in an assert
-
- Closed
-
-
JDK-8246468 Crashes in parallel gc in MoveAndUpdateClosure::do_addr()
-
- Closed
-
-
JDK-8246801 assert(status == 0) failed: error EINVAL(22), mutex_lock
-
- Closed
-
-
JDK-8263687 misc vmTestbase/gc/gctests tests timed out with -XX:+UseParallelGC
-
- Closed
-
(2 links to)