-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: core-libs
-
master
-
os_x
In JDK-8359830 we had to update the JDK to correctly report the "os.version" of macos 26 operating system. This was necessary because when testing the JDK against some very early 26.0 Beta releases, the version reported by macos was 16 when using XCode 15.4 to build the JDK.
A few more Beta releases later, Apple addressed that issue and macos 26.x consistently started reporting 26 as the operating system version, even when building the JDK with XCode 15.4. As a result, the fix we had done inJDK-8359830 is no longer necessary.
A few more Beta releases later, Apple addressed that issue and macos 26.x consistently started reporting 26 as the operating system version, even when building the JDK with XCode 15.4. As a result, the fix we had done in
- relates to
-
JDK-8359830 Incorrect os.version reported on macOS Tahoe 26 (Beta)
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/325cdb7f
-
Review(master)
openjdk/jdk/28768