8001621: Update awk scripts that check output from jps/jcmd
Reviewed-by: alanb
This commit is contained in:
parent
14364d11d2
commit
dc9bf2de74
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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++;
|
||||
}
|
||||
|
||||
|
@ -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++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user