test/jdk/sun/tools/jstat/jstatPrintCompilationOutput1.sh
changeset 50580 eb0287b637bd
parent 47216 71c04702a3d5
equal deleted inserted replaced
50579:1596f418ffe4 50580:eb0287b637bd
     1 #
     1 #
     2 # Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2004, 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.
    33 
    33 
    34 JSTAT="${TESTJAVA}/bin/jstat"
    34 JSTAT="${TESTJAVA}/bin/jstat"
    35 
    35 
    36 # run with -Xcomp as jstat may complete too quickly to assure
    36 # run with -Xcomp as jstat may complete too quickly to assure
    37 # that compilation occurs.
    37 # that compilation occurs.
    38 ${JSTAT} -J-XX:+UsePerfData -J-Duser.language=en -J-Xcomp -printcompilation 0 2>&1 | awk -f ${TESTSRC}/printCompilationOutput1.awk
    38 ${JSTAT} ${COMMON_JSTAT_FLAGS} -J-Xcomp -printcompilation 0 2>&1 | awk -f ${TESTSRC}/printCompilationOutput1.awk