< prev index next >

jdk/test/java/beans/XMLDecoder/8028054/TestConstructorFinder.java

Print this page

        

*** 37,47 **** * java.activation * java.transaction * java.corba * java.xml.bind * @compile -XDignore.symbol.file TestConstructorFinder.java ! * @run main/othervm -addmods java.activation -addmods java.transaction -addmods java.corba -addmods java.xml.bind TestConstructorFinder */ public class TestConstructorFinder { public static void main(String[] args) throws Exception { List<Class<?>> classes = Task.getClasses(Integer.MAX_VALUE); --- 37,47 ---- * java.activation * java.transaction * java.corba * java.xml.bind * @compile -XDignore.symbol.file TestConstructorFinder.java ! * @run main/othervm --add-modules=java.activation,java.transaction,java.corba,java.xml.bind TestConstructorFinder */ public class TestConstructorFinder { public static void main(String[] args) throws Exception { List<Class<?>> classes = Task.getClasses(Integer.MAX_VALUE);
< prev index next >