On Fri, 26 Jun 2026 22:03:23 GMT, Joe Darcy <[email protected]> wrote:
> Does any spec update need to be done to accommodate `-0.0`? > > (It compares equal to `+0.0` should likely "just works.") I don't think a spec update is needed for `-0.0`. Since `MIN_WEIGHT` is `0.0`, `-0.0` compares equal to the inclusive lower bound and does not satisfy `weight < MIN_WEIGHT`, so it remains accepted. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31697#issuecomment-4813847185
