`XMark::follow_object` unnecessarily invokes `ContinuationGCSupport::relativize_stack_chunk`. It can simply invoke `oopDesc::is_stackChunk` instead, just like `ZMark::follow_object`.
This issue was firstly reported at https://mail.openjdk.org/pipermail/hotspot-gc-dev/2024-March/046645.html .
This issue was firstly reported at https://mail.openjdk.org/pipermail/hotspot-gc-dev/2024-March/046645.html .
- links to
-
Review openjdk/jdk/18452