On Tue, 6 Apr 2021 12:51:47 GMT, Alexey Ushakov <a...@openjdk.org> wrote:
>>> Is it possible to automatically test it? >> >> Yes, just added the test. > >> @avu Test passes without fix also. > @jayathirthrao Could you provide the details about your configuration along > with parameters passed to jtreg ? > @avu I am running test in 13 inch Macbook Early 2015 with integrated Intel > Iris Graphics 6100. > jtreg command i am using "jtreg -jdk:<path_to_jdk> -Dsun.java2d.metal=true > <path_to_test>" @jayathirthrao I'm not sure that -Dsun.java2d.metal had been passed to the test JVM. I rechecked with slightly different command line and the test fails without the fix jtreg -ignore:quiet -v -a -xml -vmoptions:"-Dsun.java2d.metal=True " -testjdk:path_to_jdk path_to_test ------------- PR: https://git.openjdk.java.net/jdk/pull/3308