jdk/test/tools/pack200/Pack200Test.java
changeset 28255 ddb0157601ed
parent 27940 1ce0acf58d6c
child 34893 71fe40b51c50
equal deleted inserted replaced
28252:4673729e145d 28255:ddb0157601ed
   125      */
   125      */
   126     public static void main(String[] args) throws IOException {
   126     public static void main(String[] args) throws IOException {
   127         // select the jars carefully, adding more jars will increase the
   127         // select the jars carefully, adding more jars will increase the
   128         // testing time, especially for jprt.
   128         // testing time, especially for jprt.
   129         jarList.add(Utils.createRtJar());
   129         jarList.add(Utils.createRtJar());
   130         jarList.add(Utils.locateJar("golden.jar"));
   130         jarList.add(Utils.getGoldenJar());
   131         System.out.println(jarList);
   131         System.out.println(jarList);
   132         doPackUnpack();
   132         doPackUnpack();
   133     }
   133     }
   134 }
   134 }