test/sun/tools/jps/jps-m_2.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/sun/tools/jps/jps-m_2.sh	Tue Sep 20 21:36:37 2011
--- new/test/sun/tools/jps/jps-m_2.sh	Tue Sep 20 21:36:32 2011

*** 1,7 **** --- 1,7 ---- # ! # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. ! # 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.
*** 44,57 **** --- 44,57 ---- # fire up a Sleeper that blocks indefinitely - but don't pass # any args to Sleeper.main(), as we need to inspect jps output # for the no args condition. # ! ${JAVA} -XX:+UsePerfData -cp ${TESTCLASSES} Sleeper & SLEEPER_PID=$! ! ${JPS} -J-XX:+UsePerfData -m | awk -f ${TESTSRC}/jps-m_Output2.awk RC=$? cleanup exit ${RC}

test/sun/tools/jps/jps-m_2.sh
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File