commit | 61cddd047ccd975947061242c418fcae4700ec96 | [log] [tgz] |
---|---|---|
author | James Melvin <jmelvin@openjdk.org> | Wed Apr 04 10:37:41 2012 -0400 |
committer | James Melvin <jmelvin@openjdk.org> | Wed Apr 04 10:37:41 2012 -0400 |
tree | 869eb95fb0b008409dc5e993b0e3db3de52a13a5 | |
parent | e7d69ee259cce9067cdbb1dc33e739c6ac3077d5 [diff] |
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6 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