jdk/test/sun/tools/jps/jps-l_Output1.awk
changeset 14329 01f78346929c
parent 12200 d935c2f4aeae
child 18581 8efa694a57af
--- 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++;
 	}