src/share/vm/memory/universe.cpp

changeset 4178
bdb5f8c9978b
parent 4142
d8ce2825b193
child 4181
e52361627b65
     1.1 --- a/src/share/vm/memory/universe.cpp	Tue Oct 09 10:09:34 2012 -0700
     1.2 +++ b/src/share/vm/memory/universe.cpp	Wed Oct 10 17:04:33 2012 -0400
     1.3 @@ -1243,10 +1243,6 @@
     1.4  }
     1.5  
     1.6  void Universe::verify(bool silent, VerifyOption option) {
     1.7 -  if (SharedSkipVerify) {
     1.8 -    return;
     1.9 -  }
    1.10 -
    1.11    // The use of _verify_in_progress is a temporary work around for
    1.12    // 6320749.  Don't bother with a creating a class to set and clear
    1.13    // it since it is only used in this method and the control flow is

mercurial