< prev index next >

jdk/test/javax/xml/bind/jxc/8073872/SchemagenStackOverflow.java

Print this page

        

@@ -24,13 +24,12 @@
 /*
  * @test
  * @bug 8073872
  * @summary test that stackoverflow is not observable when element
  *          references containing class
- * @modules java.xml
  * @modules java.xml.bind
- * @compile Foo.java
+ * @compile SchemagenStackOverflow.java Foo.java
  * @run testng/othervm SchemagenStackOverflow
  */
 
 import java.io.IOException;
 import java.nio.file.Files;
< prev index next >