src/hotspot/share/gc/shared/generation.cpp
changeset 57777 90ead0febf56
parent 55557 657924d1e2ba
child 57782 ca133d5ea78a
equal deleted inserted replaced
57774:21dccfac0ec5 57777:90ead0febf56
   176     return gch->handle_failed_promotion(this, obj, obj_size);
   176     return gch->handle_failed_promotion(this, obj, obj_size);
   177   }
   177   }
   178 }
   178 }
   179 
   179 
   180 oop Generation::par_promote(int thread_num,
   180 oop Generation::par_promote(int thread_num,
   181                             oop obj, markOop m, size_t word_sz) {
   181                             oop obj, markWord m, size_t word_sz) {
   182   // Could do a bad general impl here that gets a lock.  But no.
   182   // Could do a bad general impl here that gets a lock.  But no.
   183   ShouldNotCallThis();
   183   ShouldNotCallThis();
   184   return NULL;
   184   return NULL;
   185 }
   185 }
   186 
   186