test/jdk/tools/pack200/Pack200Props.java
changeset 48676 f8188cc0d01d
parent 47216 71c04702a3d5
child 49258 be0ec3cc0c2a
equal deleted inserted replaced
48675:efdb1f63c30d 48676:f8188cc0d01d
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 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.
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6575373 6969063
    26  * @bug 6575373 6969063
    27  * @summary verify default properties of the packer/unpacker and segment limit
    27  * @summary verify default properties of the packer/unpacker and segment limit
       
    28  * @modules jdk.compiler
       
    29  *          jdk.zipfs
    28  * @compile -XDignore.symbol.file Utils.java Pack200Props.java
    30  * @compile -XDignore.symbol.file Utils.java Pack200Props.java
    29  * @run main Pack200Props
    31  * @run main Pack200Props
    30  * @author ksrini
    32  * @author ksrini
    31  */
    33  */
    32 
    34