On Fri, 2 May 2025 13:40:14 GMT, Shaojin Wen <s...@openjdk.org> wrote:
>> Raffaello Giulietti has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Make some static arrays @Stable. > > Q_MIN -> E_MIN -> E_MAX -> W -> P Five layers of Stable, I don't know if C2 > can work correctly, maybe need to confirm > @wenshao Do you mean that C2 might generate erroneous code (bad situation!), > or that it might not take advantage of `@Stable` in optimized code? I am worried that too many layers will cause C2 to not be optimized, but I am not sure, and I also hope to learn how to know that `@Stable` works ------------- PR Comment: https://git.openjdk.org/jdk/pull/22737#issuecomment-2847290855