Re: RFR: 8253702: BigSur version number reported as 10.16, should be 11.nn [v3]

2021-09-24 Thread Christoph Langer
On Thu, 11 Feb 2021 19:23:55 GMT, Roger Riggs wrote: >> On Mac Os X, the OSVersionTest detected a difference in the version number >> reported in the os.version property >> and the version number provided by `sw_vers -productVersion`. >> >> When the java runtime is built with XCode 11.3, the os

Re: RFR: 8253702: BigSur version number reported as 10.16, should be 11.nn [v3]

2021-09-24 Thread Marc Philipp
On Thu, 11 Feb 2021 19:23:55 GMT, Roger Riggs wrote: >> On Mac Os X, the OSVersionTest detected a difference in the version number >> reported in the os.version property >> and the version number provided by `sw_vers -productVersion`. >> >> When the java runtime is built with XCode 11.3, the os

Re: RFR: 8253702: BigSur version number reported as 10.16, should be 11.nn [v3]

2021-09-24 Thread Marc Philipp
On Thu, 11 Feb 2021 19:23:55 GMT, Roger Riggs wrote: >> On Mac Os X, the OSVersionTest detected a difference in the version number >> reported in the os.version property >> and the version number provided by `sw_vers -productVersion`. >> >> When the java runtime is built with XCode 11.3, the os

Re: RFR: 8253702: BigSur version number reported as 10.16, should be 11.nn [v3]

2021-09-24 Thread Christoph Langer
On Thu, 11 Feb 2021 19:23:55 GMT, Roger Riggs wrote: >> On Mac Os X, the OSVersionTest detected a difference in the version number >> reported in the os.version property >> and the version number provided by `sw_vers -productVersion`. >> >> When the java runtime is built with XCode 11.3, the os

Re: RFR: 8253702: BigSur version number reported as 10.16, should be 11.nn [v3]

2021-02-15 Thread Christoph Langer
On Thu, 11 Feb 2021 19:30:02 GMT, Kevin Rushforth wrote: >> Roger Riggs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> optimize case of 10.16 and SYSTEM_VERSION_COMPAT is set > > Looks good. Thanks for the fix! This is probably the bes