On Sun, 19 Feb 2023 21:30:19 GMT, Joe Darcy <da...@openjdk.org> wrote:
> Augment NaN-handling tests to include exotic NaN bit patterns. Assuming this > changeset goes back first, I'll update > https://github.com/openjdk/jdk/pull/12608 to follow the same convention > afterward. Otherwise LGTM test/jdk/java/lang/Math/Tests.java line 41: > 39: private Tests(){}; // do not instantiate > 40: > 41: static volatile double zero = 0.0; Not directly related to this PR and just out of curiosity: is there a reason for this to be `volatile` and non-`final`? ------------- PR: https://git.openjdk.org/jdk/pull/12644