6963102: Testcase failures sun/tools/jstatd/jstatdExternalRegistry.sh and sun/tools/jstatd/jstatdDefaults.sh
Summary: Make tests more resilient by allowing for more error messages from jps
Reviewed-by: alanb, rbackman, dsamersoff
--- a/jdk/test/sun/tools/jstatd/jpsOutput1.awk Tue Sep 04 12:53:50 2012 -0700
+++ b/jdk/test/sun/tools/jstatd/jpsOutput1.awk Wed Sep 05 14:42:44 2012 +0200
@@ -7,7 +7,7 @@
matched++;
}
-/^[0-9]+ -- process information unavailable$/ {
+/^[0-9]+ -- .*$/ {
matched++;
}