I have noticed from the tests failures, that Monocle incorrectly detects prism order, on the wiki
https://wiki.openjdk.java.net/display/OpenJFX/Monocle
it is written that es2 is the default order for MX6, however when I run simple application using 8u26 b14 and print Pipeline name
System.out.println(com.sun.prism.GraphicsPipeline.getPipeline().getClass().getName());
I see com.sun.prism.sw.SWPipeline, but es2 is expected
https://wiki.openjdk.java.net/display/OpenJFX/Monocle
it is written that es2 is the default order for MX6, however when I run simple application using 8u26 b14 and print Pipeline name
System.out.println(com.sun.prism.GraphicsPipeline.getPipeline().getClass().getName());
I see com.sun.prism.sw.SWPipeline, but es2 is expected