RFR: 8308960: Decouple internal Version and OperatingSystem classes

Mandy Chung mchung at openjdk.org
Fri May 26 16:19:56 UTC 2023


On Fri, 26 May 2023 15:32:20 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> Should we take this opportunity to rename `jdk.internal.util.Version` into something like `OsVersion` to make it more clear what its `current()` method actually returns?

Alternatively, move `Version` record as a nested class in `OperatingSystem`.

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

PR Comment: https://git.openjdk.org/jdk/pull/14181#issuecomment-1564625922


More information about the core-libs-dev mailing list