hotspot/src/share/vm/oops/constMethodKlass.cpp
changeset 6248 2e661807cef0
parent 5547 f4b087cbb361
child 6255 0cbe4eb819f0
equal deleted inserted replaced
6247:00e5cc407d03 6248:2e661807cef0
   155   // know that Universe::constMethodKlassObj never moves.
   155   // know that Universe::constMethodKlassObj never moves.
   156   return size;
   156   return size;
   157 }
   157 }
   158 
   158 
   159 #ifndef SERIALGC
   159 #ifndef SERIALGC
   160 void constMethodKlass::oop_copy_contents(PSPromotionManager* pm, oop obj) {
       
   161   assert(obj->is_constMethod(), "should be constMethod");
       
   162 }
       
   163 
       
   164 void constMethodKlass::oop_push_contents(PSPromotionManager* pm, oop obj) {
   160 void constMethodKlass::oop_push_contents(PSPromotionManager* pm, oop obj) {
   165   assert(obj->is_constMethod(), "should be constMethod");
   161   assert(obj->is_constMethod(), "should be constMethod");
   166 }
   162 }
   167 
   163 
   168 int constMethodKlass::oop_update_pointers(ParCompactionManager* cm, oop obj) {
   164 int constMethodKlass::oop_update_pointers(ParCompactionManager* cm, oop obj) {