提交 7cdf11fe 编写于 作者: S sla

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

Reviewed-by: alanb
上级 099ef869
...@@ -16,7 +16,7 @@ BEGIN { ...@@ -16,7 +16,7 @@ BEGIN {
} }
# or match on the condition that the class name is not available # or match on the condition that the class name is not available
/^[0-9]+ -- process information unavailable$/ { /^[0-9]+ -- .*$/ {
current=1; current=1;
} }
......
...@@ -16,7 +16,7 @@ BEGIN { ...@@ -16,7 +16,7 @@ BEGIN {
} }
# or match on the condition that the class name is not available # or match on the condition that the class name is not available
/^[0-9]+ -- process information unavailable$/ { /^[0-9]+ -- .*$/ {
matched++; matched++;
} }
......
...@@ -16,7 +16,7 @@ BEGIN { ...@@ -16,7 +16,7 @@ BEGIN {
} }
# or match on the condition that the class name is not available # or match on the condition that the class name is not available
/^[0-9]+ -- process information unavailable$/ { /^[0-9]+ -- .*$/ {
matched++; matched++;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册