Withdrawn: 8328779: ZGC: XMark::follow_object does not need to invoke ContinuationGCSupport::relativize_stack_chunk

duke duke at openjdk.org
Sat May 18 02:30:09 UTC 2024


On Fri, 22 Mar 2024 13:21:13 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all, 
> 
> `XMark::follow_object` unnecessarily invokes `ContinuationGCSupport::relativize_stack_chunk`. This patch changes it to `oopDesc::is_stackChunk` instead, just like `ZMark::follow_object`.
> 
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/18452


More information about the hotspot-gc-dev mailing list