src/share/vm/oops/constMethodKlass.cpp

changeset 2068
7fcd5f39bd7a
parent 2036
126ea7725993
parent 2061
9d7a8ab3736b
child 2314
f95d63e2154a
equal deleted inserted replaced
2050:21e519b91576 2068:7fcd5f39bd7a
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) {

mercurial