On Sun, 25 May 2025 22:35:56 GMT, Shaojin Wen <s...@openjdk.org> wrote:

> Some static final arrays of BigInteger and BigDecimal are stable and 
> immutable. We should add `@Stable` to give the optimizer more information

Note that `BigInteger.mag` should probably also be made `@Stable` once 
`BigInteger​.largePrime(…)` is changed to not write to `p.mag[…]`.

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

PR Comment: https://git.openjdk.org/jdk/pull/25437#issuecomment-2909052698

Reply via email to