changeset 6060:d1ffbdf7e3c6

8001621: Update awk scripts that check output from jps/jcmd Reviewed-by: alanb
author sla
date Mon, 29 Oct 2012 09:23:55 +0100
parents cb70077c6370
children 17384fc6b31f
files test/sun/tools/jcmd/jcmd_Output1.awk test/sun/tools/jps/jps-l_Output1.awk test/sun/tools/jps/jps_Output1.awk
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/test/sun/tools/jcmd/jcmd_Output1.awk	Mon Oct 29 14:14:07 2012 +0800
+++ b/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/test/sun/tools/jps/jps-l_Output1.awk	Mon Oct 29 14:14:07 2012 +0800
+++ b/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/test/sun/tools/jps/jps_Output1.awk	Mon Oct 29 14:14:07 2012 +0800
+++ b/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++;
 	}