On 23/03/2017 22:24, Mandy Chung wrote:
Right, and before Magus asks, we can't change the os.name value of "macOS" because it would likely break some tools and libraries (several JDK tests too).REQUIRED_OS_NAME was used as OS_NAME in `release` file. Previously it was “Darwin” which is inconsistent with the value of “os.name” system property (“Mac OS X”). This change made OS_NAME to contain the same value as “os.name” system property.
-Alan
