comparison src/share/vm/oops/constMethodKlass.cpp @ 1713:7fcd5f39bd7a

Merge
author johnc
date Sat, 14 Aug 2010 00:47:52 -0700
parents 126ea7725993 9d7a8ab3736b
children f95d63e2154a
comparison
equal deleted inserted replaced
1695:21e519b91576 1713: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) {