< prev index next >

test/jdk/tools/pack200/Pack200Test.java

Print this page
rev 51977 : [mq]: 8211350-no-jprt

*** 131,141 **** /** * @param args the command line arguments */ public static void main(String[] args) throws Exception { // select the jars carefully, adding more jars will increase the ! // testing time, especially for jprt. jarList.add(Utils.createRtJar()); jarList.add(Utils.getGoldenJar()); System.out.println(jarList); doPackUnpack(); } --- 131,141 ---- /** * @param args the command line arguments */ public static void main(String[] args) throws Exception { // select the jars carefully, adding more jars will increase the ! // testing time. jarList.add(Utils.createRtJar()); jarList.add(Utils.getGoldenJar()); System.out.println(jarList); doPackUnpack(); }
< prev index next >