Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8183839 | 8u161 | Brent Christian | P3 | Resolved | Fixed | b01 |
JDK-8177732 | 8u152 | Brent Christian | P3 | Resolved | Fixed | b03 |
JDK-8192573 | emb-8u161 | Brent Christian | P3 | Resolved | Fixed | b01 |
With the fix of JDK-8160370
java/lang/System/OsVersionTest.java still fail at some version of MacOS
$ sw_vers -productVersion
10.11
Test fail with:
STDERR:
java.lang.Error: 10.11.0 != 10.11
at OsVersionTest.main(OsVersionTest.java:52)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
java/lang/System/OsVersionTest.java still fail at some version of MacOS
$ sw_vers -productVersion
10.11
Test fail with:
STDERR:
java.lang.Error: 10.11.0 != 10.11
at OsVersionTest.main(OsVersionTest.java:52)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
- backported by
-
JDK-8177732 System.getProperty("os.version") returns incorrect version number on Mac
-
- Resolved
-
-
JDK-8183839 System.getProperty("os.version") returns incorrect version number on Mac
-
- Resolved
-
-
JDK-8192573 System.getProperty("os.version") returns incorrect version number on Mac
-
- Resolved
-
- relates to
-
JDK-7131356 (props) "No Java runtime present, requesting install" when creating VM from JNI [macosx]
-
- Resolved
-
-
JDK-8160370 System.getProperty("os.version") returns "Unknown" on Mac
-
- Resolved
-