< prev index next >

test/jdk/tools/pack200/Pack200Test.java

Print this page
rev 51977 : imported patch 8211350-no-jprt

@@ -131,11 +131,11 @@
     /**
      * @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.
+        // testing time.
         jarList.add(Utils.createRtJar());
         jarList.add(Utils.getGoldenJar());
         System.out.println(jarList);
         doPackUnpack();
     }
< prev index next >