On Fri, 1 Jul 2022 10:35:11 GMT, Peter Levart <plev...@openjdk.org> wrote:
>> @plevart so should I remove it or keep as is? > > Right, in that case, it should remain. But, ... is any code path accessing the elements of the @Stable array by constant indexes? Only in that case would the annotation have any effect on the JIT-ed code. Otherwise it's just a waste of space. ------------- PR: https://git.openjdk.org/jdk/pull/9143