-
Bug
-
Resolution: Fixed
-
P3
-
9
-
The closed/java/awt/geom/AffineTransform/TestInvertMethods.java test fails with the JDK 9 EA b36.
The test fails on Windows 7 and Mac OS X.
The test passes with the JDK 9 EA b14.
------------------
ACTION: main – Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: createInverse() check failed
REASON: User specified action: run main TestInvertMethods
TIME: 0.271 seconds
messages:
command: main TestInvertMethods
reason: User specified action: run main TestInvertMethods
elapsed time (seconds): 0.271
STDOUT:
AffineTransform[[-0.766044443118978, 0.642787609686539, 0.0], [-0.642787609686539, -0.766044443118978, 0.0]], type = 18
AffineTransform[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]], type = 2
AffineTransform[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]], type = 0
ScaleX values differ by 2.0 ulps
ScaleY values differ by 2.0 ulps
ShearX values differ by 0.0 ulps
ShearY values differ by 0.0 ulps
TranslateX values differ by 0.0 ulps
TranslateY values differ by 0.0 ulps
STDERR:
java.lang.RuntimeException: createInverse() check failed
at TestInvertMethods.report(TestInvertMethods.java:410)
at TestInvertMethods$Tester$1.test(TestInvertMethods.java:124)
at TestInvertMethods$Tester$Rotate.test(TestInvertMethods.java:255)
at TestInvertMethods$Tester.test(TestInvertMethods.java:182)
at TestInvertMethods$Tester.test(TestInvertMethods.java:178)
at TestInvertMethods.main(TestInvertMethods.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)JavaTest Message: Test threw exception: java.lang.RuntimeException: createInverse() check failed
JavaTest Message: shutting down testSTATUS:Failed.`main' threw exception: java.lang.RuntimeException: createInverse() check failed
TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: createInverse() check failed
-----------The closed/java/awt/geom/AffineTransform/TestInvertMethods.java test fails with the JDK 9 EA b36. The test fails on Windows 7 and Mac OS X. The test passes with the JDK 9 EA b14. ------------------ ACTION: main – Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: createInverse() check failed REASON: User specified action: run main TestInvertMethods TIME: 0.271 seconds messages: command: main TestInvertMethods reason: User specified action: run main TestInvertMethods elapsed time (seconds): 0.271 STDOUT: AffineTransform[ [-0.766044443118978, 0.642787609686539, 0.0] , [-0.642787609686539, -0.766044443118978, 0.0] ], type = 18 AffineTransform[ [1.0, 0.0, 0.0] , [0.0, 1.0, 0.0] ], type = 2 AffineTransform[ [1.0, 0.0, 0.0] , [0.0, 1.0, 0.0] ], type = 0 ScaleX values differ by 2.0 ulps ScaleY values differ by 2.0 ulps ShearX values differ by 0.0 ulps ShearY values differ by 0.0 ulps TranslateX values differ by 0.0 ulps TranslateY values differ by 0.0 ulps STDERR: java.lang.RuntimeException: createInverse() check failed at TestInvertMethods.report(TestInvertMethods.java:410) at TestInvertMethods$Tester$1.test(TestInvertMethods.java:124) at TestInvertMethods$Tester$Rotate.test(TestInvertMethods.java:255) at TestInvertMethods$Tester.test(TestInvertMethods.java:182) at TestInvertMethods$Tester.test(TestInvertMethods.java:178) at TestInvertMethods.main(TestInvertMethods.java:62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94) at java.lang.Thread.run(Thread.java:745) JavaTest Message: Test threw exception: java.lang.RuntimeException: createInverse() check failed JavaTest Message: shutting down test STATUS:Failed.`main' threw exception: java.lang.RuntimeException: createInverse() check failed TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: createInverse() check failed -----------
-
b42
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084683 | emb-9 | Philip Race | P3 | Resolved | Fixed | team |
Java(TM) SE Runtime Environment (build 1.9.0-ea-fastdebug-b36)
Java HotSpot(TM) Client VM (build 1.9.0-ea-b36, mixed mode)
- backported by
-
JDK-8084683 java/awt/geom/AffineTransform/TestInvertMethods.java test fails
-
- Resolved
-
- duplicates
-
JDK-8062741 Test closed/java/awt/geom/AffineTransform/TestInvertMethods.java fails
-
- Closed
-
- relates to
-
JDK-4477961 java.lang.Math.toDegrees(double) could be optimized
-
- Resolved
-
-
JDK-4477961 java.lang.Math.toDegrees(double) could be optimized
-
- Resolved
-