diff src/share/vm/memory/universe.cpp @ 6870:e52361627b65

Merge
author coleenp
date Mon, 15 Oct 2012 22:33:19 -0400
parents 5876f980ea19 bdb5f8c9978b
children 6bc207d87e5d 070d523b96a7
line wrap: on
line diff
--- a/src/share/vm/memory/universe.cpp	Fri Oct 12 14:06:27 2012 -0700
+++ b/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