On Thu, 13 Jul 2023 17:57:16 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:

> Couple of static fields in Math are used only once and can be replaced with 
> literals `0x1p512`/`0x1p-512 `

This pull request has now been integrated.

Changeset: 41bdcded
Author:    Andrey Turbanov <aturba...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/41bdcded65eefd1b82a1f18dd49a61473d7072be
Stats:     6 lines in 1 file changed: 0 ins; 4 del; 2 mod

8313875: Use literals instead of static fields in java.util.Math: 
twoToTheDoubleScaleUp, twoToTheDoubleScaleDown

Reviewed-by: redestad, darcy, bpb, rgiulietti

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

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

Reply via email to