-
Bug
-
Resolution: Fixed
-
P3
-
7, 7u4
-
b20
-
generic, x86
-
os_x
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2222576 | 8 | James Melvin | P3 | Resolved | Fixed | b38 |
JDK-8018153 | 7u45 | James Melvin | P3 | Closed | Fixed | b01 |
JDK-8002429 | 7u40 | James Melvin | P3 | Closed | Fixed | b01 |
JDK-2222575 | 7u6 | James Melvin | P3 | Closed | Fixed | b05 |
Expanding the scope to also cover adjustments to os.name...
< osName.startWith("Mac OS X")
> osName.contains("OS X")
Many of the files overlap and it's convenient to do both as part of the work for this bug.
CCC request approved...
http://ccc.sfbay/7130404
Simple testcase...
public class P {
public static void main(String args []) {
System.out.println(System.getProperty("os.name"));
System.out.println(System.getProperty("os.arch"));
}
}
Test passes if the following is written to stdout...
Mac OS X
x86_64
- backported by
-
JDK-2222576 [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
- Resolved
-
JDK-2222575 [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
- Closed
-
JDK-8002429 [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
- Closed
-
JDK-8018153 [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
- Closed
- duplicates
-
JDK-7147461 [macosx] Mac OS X platform version checks need revision.
- Closed
- relates to
-
JDK-7158157 [macosx] Can't find native libraries with .jnilib in Web Start apps
- Closed
-
JDK-7163117 MAC: CR 7130404 affected SA on Mac OSX so now BSD provider can't recognize cpu arch
- Closed