hotspot/src/share/vm/runtime/vmThread.cpp
changeset 35061 be6025ebffea
parent 34633 2a6c7c7b30a7
child 36384 b0b41336a9a8
--- a/hotspot/src/share/vm/runtime/vmThread.cpp	Thu Dec 10 23:02:31 2015 +0000
+++ b/hotspot/src/share/vm/runtime/vmThread.cpp	Thu Dec 10 14:57:55 2015 +0100
@@ -285,7 +285,7 @@
     os::check_heap();
     // Silent verification so as not to pollute normal output,
     // unless we really asked for it.
-    Universe::verify(!(PrintGCDetails || Verbose) || VerifySilently);
+    Universe::verify();
   }
 
   CompileBroker::set_should_block();