コード例 #1
0
ファイル: slotsMap.cpp プロジェクト: AdamSpitz/self
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
ファイル: classFileParser.hpp プロジェクト: stkaushal/jdk8_tl
 void set_contended(bool contended) { set_annotation(_sun_misc_Contended); }