hotspot/src/share/vm/memory/universe.cpp
changeset 14081 504ab928597a
parent 13978 50ecf9f35089
parent 14078 2b2b8833c422
child 14488 ab48109f7d1b
child 14474 4154f1817a75
--- a/hotspot/src/share/vm/memory/universe.cpp	Fri Oct 12 14:06:27 2012 -0700
+++ b/hotspot/src/share/vm/memory/universe.cpp	Mon Oct 15 22:33:19 2012 -0400
@@ -1268,10 +1268,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