< prev index next >

test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java

Print this page

*** 32,42 **** * @compile ../../test-classes/DummyClassHelper.java * @compile ../../test-classes/java/net/HttpCookie.jasm * @compile ../../../SharedArchiveFile/javax/annotation/processing/FilerException.jasm * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox ! * @run main DummyClassesInBootClassPath */ import java.io.File; import java.util.List; import java.util.ArrayList; --- 32,42 ---- * @compile ../../test-classes/DummyClassHelper.java * @compile ../../test-classes/java/net/HttpCookie.jasm * @compile ../../../SharedArchiveFile/javax/annotation/processing/FilerException.jasm * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox ! * @run driver DummyClassesInBootClassPath */ import java.io.File; import java.util.List; import java.util.ArrayList;
< prev index next >