test/sun/tools/jstat/jstatHelp.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk-tl Cdiff test/sun/tools/jstat/jstatHelp.sh

test/sun/tools/jstat/jstatHelp.sh

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. --- 1,7 ---- # ! # Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 31,51 **** setup JSTAT="${TESTJAVA}/bin/jstat" rm -f jstat.out 2>/dev/null ! ${JSTAT} -? > jstat.out 2>&1 diff -w jstat.out ${TESTSRC}/usage.out if [ $? != 0 ] then echo "Output of jstat -? differ from expected output. Failed." exit 1 fi rm -f jstat.out 2>/dev/null ! ${JSTAT} -help > jstat.out 2>&1 diff -w jstat.out ${TESTSRC}/usage.out if [ $? != 0 ] then echo "Output of jstat -help differ from expected output. Failed." --- 31,51 ---- setup JSTAT="${TESTJAVA}/bin/jstat" rm -f jstat.out 2>/dev/null ! ${JSTAT} -J-XX:+UsePerfData -? > jstat.out 2>&1 diff -w jstat.out ${TESTSRC}/usage.out if [ $? != 0 ] then echo "Output of jstat -? differ from expected output. Failed." exit 1 fi rm -f jstat.out 2>/dev/null ! ${JSTAT} -J-XX:+UsePerfData -help > jstat.out 2>&1 diff -w jstat.out ${TESTSRC}/usage.out if [ $? != 0 ] then echo "Output of jstat -help differ from expected output. Failed."
test/sun/tools/jstat/jstatHelp.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File