test/sun/tools/jstat/jstatGcCauseOutput1.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/sun/tools/jstat/jstatGcCauseOutput1.sh	Mon Sep 19 00:37:59 2011
--- new/test/sun/tools/jstat/jstatGcCauseOutput1.sh	Mon Sep 19 00:37:58 2011

*** 1,7 **** --- 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.
*** 35,40 **** --- 35,40 ---- # Explicitly use serial gc because if this tests runs on a server # class machine, ergonomics will automatically use UseParallelGC. # The UseParallelGC collector does not currently update the gc cause counters. ! ${JSTAT} -J-XX:+UsePerfData -J-XX:+UseSerialGC -gccause 0 2>&1 | awk -f ${TESTSRC}/gcCauseOutput1.awk

test/sun/tools/jstat/jstatGcCauseOutput1.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File