jdk/test/tools/pack200/Pack200Test.java
changeset 41104 165401a41a97
parent 40792 cfcc66f92aec
equal deleted inserted replaced
41103:c0b875b35b1e 41104:165401a41a97
    22  */
    22  */
    23 
    23 
    24  /*
    24  /*
    25   * @test
    25   * @test
    26   * @bug 6521334 6712743 8007902 8151901
    26   * @bug 6521334 6712743 8007902 8151901
       
    27   * @requires (sun.arch.data.model == "64" & os.maxMemory >= 4g)
    27   * @summary test general packer/unpacker functionality
    28   * @summary test general packer/unpacker functionality
    28   *          using native and java unpackers
    29   *          using native and java unpackers
    29   * @compile -XDignore.symbol.file Utils.java Pack200Test.java
    30   * @compile -XDignore.symbol.file Utils.java Pack200Test.java
    30   * @run main/othervm/timeout=1200 -Xmx1280m -Xshare:off Pack200Test
    31   * @run main/othervm/timeout=1200 -Xmx1280m -Xshare:off Pack200Test
    31   */
    32   */