test/jdk/tools/pack200/Pack200Test.java
changeset 51994 7577686cc9bd
parent 49258 be0ec3cc0c2a
equal deleted inserted replaced
51993:c0d05cf1d19d 51994:7577686cc9bd
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   131     /**
   131     /**
   132      * @param args the command line arguments
   132      * @param args the command line arguments
   133      */
   133      */
   134     public static void main(String[] args) throws Exception {
   134     public static void main(String[] args) throws Exception {
   135         // select the jars carefully, adding more jars will increase the
   135         // select the jars carefully, adding more jars will increase the
   136         // testing time, especially for jprt.
   136         // testing time.
   137         jarList.add(Utils.createRtJar());
   137         jarList.add(Utils.createRtJar());
   138         jarList.add(Utils.getGoldenJar());
   138         jarList.add(Utils.getGoldenJar());
   139         System.out.println(jarList);
   139         System.out.println(jarList);
   140         doPackUnpack();
   140         doPackUnpack();
   141     }
   141     }