void slotsMap::switch_pointer_in_map(oop* where, oop to) { if (where == &annotation) { set_annotation(to); return; } Map::switch_pointer_in_map(where, to); }
void set_contended(bool contended) { set_annotation(_sun_misc_Contended); }