src/hotspot/share/gc/z/zCollectedHeap.cpp
changeset 59153 1152339c298a
parent 58294 872465abbfe3
equal deleted inserted replaced
59152:59272e9e0635 59153:1152339c298a
   244 
   244 
   245 void ZCollectedHeap::object_iterate(ObjectClosure* cl) {
   245 void ZCollectedHeap::object_iterate(ObjectClosure* cl) {
   246   _heap.object_iterate(cl, true /* visit_weaks */);
   246   _heap.object_iterate(cl, true /* visit_weaks */);
   247 }
   247 }
   248 
   248 
   249 void ZCollectedHeap::safe_object_iterate(ObjectClosure* cl) {
       
   250   _heap.object_iterate(cl, true /* visit_weaks */);
       
   251 }
       
   252 
       
   253 void ZCollectedHeap::register_nmethod(nmethod* nm) {
   249 void ZCollectedHeap::register_nmethod(nmethod* nm) {
   254   ZNMethod::register_nmethod(nm);
   250   ZNMethod::register_nmethod(nm);
   255 }
   251 }
   256 
   252 
   257 void ZCollectedHeap::unregister_nmethod(nmethod* nm) {
   253 void ZCollectedHeap::unregister_nmethod(nmethod* nm) {