8001621: Update awk scripts that check output from jps/jcmd

Reviewed-by: alanb
This commit is contained in:
Staffan Larsen 2012-10-29 09:23:55 +01:00
parent 14364d11d2
commit dc9bf2de74
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ BEGIN {
}
# or match on the condition that the class name is not available
/^[0-9]+ -- process information unavailable$/ {
/^[0-9]+ -- .*$/ {
current=1;
}

View File

@ -16,7 +16,7 @@ BEGIN {
}
# or match on the condition that the class name is not available
/^[0-9]+ -- process information unavailable$/ {
/^[0-9]+ -- .*$/ {
matched++;
}

View File

@ -16,7 +16,7 @@ BEGIN {
}
# or match on the condition that the class name is not available
/^[0-9]+ -- process information unavailable$/ {
/^[0-9]+ -- .*$/ {
matched++;
}