Test name(s):closed/java/awt/geom/AffineTransform/TestInvertMethods.java
JDK tested: 9b33,9b32,9b34,9b35 
OS tested:Windows,Linux 
Reproducible: Always 
Is it a regression? Yes
Regression introduced in release/build: b33
                        
Is it platform specific? Yes 
               
The is failure reproduced:Windows(Passes in linux) 
----------System.out:(9/455)----------
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
----------System.err:(18/1082)----------
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