When enabling generational ZGC testing on debug builds the following tests crash in "ZBarrier::mark_from_old_slow_path(zaddress)+0x4c"
make test TEST=hotspot_valhalla TEST_OPTS="VM_OPTIONS=-XX:+UseZGC"
This still occurs after adding the z store barrier to "ZBarrierSet::AccessBarrier<decorators, BarrierSetT>::value_copy_in_heap()"
make test TEST=hotspot_valhalla TEST_OPTS="VM_OPTIONS=-XX:+UseZGC"
This still occurs after adding the z store barrier to "ZBarrierSet::AccessBarrier<decorators, BarrierSetT>::value_copy_in_heap()"
- relates to
-
JDK-8341844 [lworld] Test crashing in genzgc in ZBarrier::mark_from_old_slow_path(zaddress)+0x4c
- Resolved