[jdk25] RFR: 8359830: Incorrect os.version reported on macOS Tahoe 26 (Beta)

Jaikiran Pai jpai at openjdk.org
Thu Jun 26 13:49:06 UTC 2025


Can I please get a review of this backport to JDK 25? This backports https://bugs.openjdk.org/browse/JDK-8359830 which was integrated into mainline a few minutes back https://github.com/openjdk/jdk/pull/25865.

With this change it should now be possible to test JDK 25 on macOS 26 when it gets released. Java's standard `os.version` system property will correctly report the version as 26 on macOS 26 once this is integrated.

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

Commit messages:
 - Backport 8df6b2c4a355751cd8ca37cc5932be66bccaa123

Changes: https://git.openjdk.org/jdk/pull/26003/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26003&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8359830
  Stats: 80 lines in 2 files changed: 41 ins; 13 del; 26 mod
  Patch: https://git.openjdk.org/jdk/pull/26003.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26003/head:pull/26003

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


More information about the core-libs-dev mailing list