diff src/share/vm/memory/universe.cpp @ 6867:bdb5f8c9978b

7199068: NPG: SharedSkipVerify is meaningless Summary: Remove the SharedSkipVerify flag Reviewed-by: kamg, sspitsyn, coleenp Contributed-by: harold.seigel@oracle.com
author coleenp
date Wed, 10 Oct 2012 17:04:33 -0400
parents d8ce2825b193
children e52361627b65
line wrap: on
line diff
--- a/src/share/vm/memory/universe.cpp	Tue Oct 09 10:09:34 2012 -0700
+++ b/src/share/vm/memory/universe.cpp	Wed Oct 10 17:04:33 2012 -0400
@@ -1243,10 +1243,6 @@
 }
 
 void Universe::verify(bool silent, VerifyOption option) {
-  if (SharedSkipVerify) {
-    return;
-  }
-
   // The use of _verify_in_progress is a temporary work around for
   // 6320749.  Don't bother with a creating a class to set and clear
   // it since it is only used in this method and the control flow is