--- old/jdk/test/javax/xml/bind/marshal/8134111/UnmarshalTest.java 2016-08-08 16:34:41.000000000 -0700 +++ new/jdk/test/javax/xml/bind/marshal/8134111/UnmarshalTest.java 2016-08-08 16:34:41.000000000 -0700 @@ -26,9 +26,10 @@ * @bug 8134111 * @summary test that elements without namespace is ignored by unmarshaller * when elementFormDefault is set to QUALIFIED. - * @compile testTypes/package-info.java testTypes/Root.java - * testTypes/WhenType.java testTypes/ObjectFactory.java * @modules java.xml.bind + * @compile UnmarshalTest.java + * testTypes/package-info.java testTypes/Root.java + * testTypes/WhenType.java testTypes/ObjectFactory.java * @run testng/othervm UnmarshalTest */