mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 13:08:24 +00:00
On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories. Reviewed-by: dcubed, phh, ohair, katleman