comparison src/share/vm/runtime/vm_operations.cpp @ 1216:7f8790caccb0

Merge
author apangin
date Thu, 04 Feb 2010 15:50:59 -0800
parents 5f24d0319e54
children c18cbe5936b8
comparison
equal deleted inserted replaced
1215:f19bf22685cc 1216:7f8790caccb0
149 thread->make_zombies(); 149 thread->make_zombies();
150 } 150 }
151 151
152 #endif // !PRODUCT 152 #endif // !PRODUCT
153 153
154 void VM_HandleFullCodeCache::doit() {
155 NMethodSweeper::speculative_disconnect_nmethods(_is_full);
156 }
157
154 void VM_Verify::doit() { 158 void VM_Verify::doit() {
155 Universe::verify(); 159 Universe::verify();
156 } 160 }
157 161
158 bool VM_PrintThreads::doit_prologue() { 162 bool VM_PrintThreads::doit_prologue() {