Пример #1
0
void slotsMap::switch_pointer_in_map(oop* where,  oop to) {
  if (where == &annotation) {
    set_annotation(to);
    return;
  }
  Map::switch_pointer_in_map(where, to);
}
Пример #2
0
 void set_contended(bool contended) { set_annotation(_sun_misc_Contended); }