hotspot/src/share/vm/memory/universe.cpp
changeset 14078 2b2b8833c422
parent 13952 e3cf184080bc
child 14081 504ab928597a
--- a/hotspot/src/share/vm/memory/universe.cpp	Tue Oct 09 10:09:34 2012 -0700
+++ b/hotspot/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