Bug : https://bugs.openjdk.java.net/browse/JDK-8214558
As noted in the bug this test has a bad @run line and the fix is to
remove it
diff inline below :
diff --git
a/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java
b/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java
--- a/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java
+++ b/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java
@@ -23,8 +23,7 @@
/**
* @test
- * @run CheckPrinterJobSystemProperty
- * @bug 8130264 8214552
+ * @bug 8130264 8214552 8214558
* @summary verify the PrinterJob implementation class name is not
* polluting system properties
*/
-phil.