src/hotspot/share/gc/g1/g1CollectedHeap.cpp
changeset 49890 29b94ed63a09
parent 49860 ca5216a2a2cc
child 49902 3661f31c6df4
equal deleted inserted replaced
49889:4de5ca97feee 49890:29b94ed63a09
  3351     // After this call, it will be safe to ask if this nmethod was unloaded or not.
  3351     // After this call, it will be safe to ask if this nmethod was unloaded or not.
  3352     nm->set_unloading_clock(CompiledMethod::global_unloading_clock());
  3352     nm->set_unloading_clock(CompiledMethod::global_unloading_clock());
  3353   }
  3353   }
  3354 
  3354 
  3355   void clean_nmethod_postponed(CompiledMethod* nm) {
  3355   void clean_nmethod_postponed(CompiledMethod* nm) {
  3356     nm->do_unloading_parallel_postponed(_is_alive, _unloading_occurred);
  3356     nm->do_unloading_parallel_postponed();
  3357   }
  3357   }
  3358 
  3358 
  3359   static const int MaxClaimNmethods = 16;
  3359   static const int MaxClaimNmethods = 16;
  3360 
  3360 
  3361   void claim_nmethods(CompiledMethod** claimed_nmethods, int *num_claimed_nmethods) {
  3361   void claim_nmethods(CompiledMethod** claimed_nmethods, int *num_claimed_nmethods) {