changeset 6134:5dd979f0ef06

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 162d99fca364
children f2ce22226ca2
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	Tue Mar 20 12:48:48 2012 +0100
+++ 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	Tue Mar 20 12:48:48 2012 +0100
+++ 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	Tue Mar 20 12:48:48 2012 +0100
+++ 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++;
 	}