Observed a failure on Windows Server 2012 R2.
Parts of the test log:
[loading /modules/java.base/java/lang/invoke/CallSite.class]
[wrote .\\VerboseOutTest.class]
[total 78ms]
----------System.err:(13/792)----------
java.lang.Exception: expected output not found: [wrote ./VerboseOutTest.class]
at VerboseOutTest.run(VerboseOutTest.java:61)
at VerboseOutTest.main(VerboseOutTest.java:40)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:229)
at java.base/java.lang.Thread.run(Thread.java:844)