--- a/jdk/test/sun/tools/jcmd/jcmd_Output1.awk Mon Oct 29 14:14:07 2012 +0800
+++ b/jdk/test/sun/tools/jcmd/jcmd_Output1.awk Mon Oct 29 09:23:55 2012 +0100
@@ -16,7 +16,7 @@
}
# or match on the condition that the class name is not available
-/^[0-9]+ -- process information unavailable$/ {
+/^[0-9]+ -- .*$/ {
current=1;
}
--- a/jdk/test/sun/tools/jps/jps-l_Output1.awk Mon Oct 29 14:14:07 2012 +0800
+++ b/jdk/test/sun/tools/jps/jps-l_Output1.awk Mon Oct 29 09:23:55 2012 +0100
@@ -16,7 +16,7 @@
}
# or match on the condition that the class name is not available
-/^[0-9]+ -- process information unavailable$/ {
+/^[0-9]+ -- .*$/ {
matched++;
}
--- a/jdk/test/sun/tools/jps/jps_Output1.awk Mon Oct 29 14:14:07 2012 +0800
+++ b/jdk/test/sun/tools/jps/jps_Output1.awk Mon Oct 29 09:23:55 2012 +0100
@@ -16,7 +16,7 @@
}
# or match on the condition that the class name is not available
-/^[0-9]+ -- process information unavailable$/ {
+/^[0-9]+ -- .*$/ {
matched++;
}