jdk/test/sun/tools/jstat/jstatGcNewCapacityOutput1.sh
changeset 10604 3f7bd2de5067
parent 5506 202f599c92aa
child 12200 d935c2f4aeae
equal deleted inserted replaced
10603:c315c8424ce2 10604:3f7bd2de5067
     1 #
     1 #
     2 # Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2004, 2011, 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.
    31 setup
    31 setup
    32 verify_os
    32 verify_os
    33 
    33 
    34 JSTAT="${TESTJAVA}/bin/jstat"
    34 JSTAT="${TESTJAVA}/bin/jstat"
    35 
    35 
    36 ${JSTAT} -gcnewcapacity 0 2>&1 | awk -f ${TESTSRC}/gcNewCapacityOutput1.awk
    36 ${JSTAT} -J-XX:+UsePerfData -gcnewcapacity 0 2>&1 | awk -f ${TESTSRC}/gcNewCapacityOutput1.awk