Withdrawn: 8321640: Move the method barrier_stubs_init from BarrierSetAssembler to BarrierSet

duke duke at openjdk.org
Sun Feb 4 13:49:04 UTC 2024


On Sun, 10 Dec 2023 05:23:00 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
>  This patch moves the method `barrier_stubs_init` from `BarrierSetAssembler` to `BarrierSet`.
> The `BarrierSetAssembler` is an assember which is like `MacroAssembler`, but the method 
> `barrier_stubs_init` generates and stores the stubs which is like `StubGenerator`.
> So it is not good to place it in `BarrierSetAssembler`.
> 
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoixong

This pull request has been closed without being integrated.

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

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


More information about the hotspot-dev mailing list