hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 16680 960505df90e7
parent 14583 d70ee55535f4
child 18025 b7bcf7497f93
equal deleted inserted replaced
16665:482e60f4f893 16680:960505df90e7
   173 void VM_HandleFullCodeCache::doit() {
   173 void VM_HandleFullCodeCache::doit() {
   174   NMethodSweeper::speculative_disconnect_nmethods(_is_full);
   174   NMethodSweeper::speculative_disconnect_nmethods(_is_full);
   175 }
   175 }
   176 
   176 
   177 void VM_Verify::doit() {
   177 void VM_Verify::doit() {
   178   Universe::verify();
   178   Universe::heap()->prepare_for_verify();
       
   179   Universe::verify(_silent);
   179 }
   180 }
   180 
   181 
   181 bool VM_PrintThreads::doit_prologue() {
   182 bool VM_PrintThreads::doit_prologue() {
   182   assert(Thread::current()->is_Java_thread(), "just checking");
   183   assert(Thread::current()->is_Java_thread(), "just checking");
   183 
   184