Searched refs:appOutput (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/sun/tools/common/
H A DApplicationSetup.sh37 # appOutput - file containing stdout and stderr from the app
44 appOutput="${TESTCLASSES}/Application.out"
46 ${JAVA} -XX:+UsePerfData -classpath "${TESTCLASSPATH:-${TESTCLASSES}}" "$@" > "$appOutput" 2>&1 &
57 out=`tail -1 "$appOutput"`
120 echo "INFO: $1 output is in $appOutput"
/openjdk7/jdk/test/java/util/logging/
H A DAnonLoggerWeakRefLeak.sh109 grep "^INFO: final loop count = " "$appOutput" > /dev/null 2>&1
H A DLoggerWeakRefLeak.sh109 grep "^INFO: final loop count = " "$appOutput" > /dev/null 2>&1
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java339 appInput, appOutput, appError,
415 appInput, appOutput, appError,
738 private OutputListener appOutput = new OutputListener() { field in class:ExecutionManager

Completed in 31 milliseconds