On Sat, 6 Sep 2025 16:42:42 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> Modify java.util.Objects.equals to avoid acmp (==) when --enable-preview. > > There is a simple bug fix in the SimpleValueGraphs test. This pull request has now been integrated. Changeset: ba4e7678 Author: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.org/valhalla/commit/ba4e76780ce63aae96a03ba8f825390aa8415a84 Stats: 9 lines in 2 files changed: 6 ins; 0 del; 3 mod 8366841: [lworld] Objects.equals without identity comparison Reviewed-by: liach ------------- PR: https://git.openjdk.org/valhalla/pull/1551