hotspot/src/cpu/x86/vm/templateTable_x86_64.cpp
void TemplateTable::getfield(int byte_no) {
  {- -------------------------------------------
  (1) コード生成: 
      「TemplateTable::getfield_or_static() が生成するコードを実行するだけ」
      ---------------------------------------- -}
      getfield_or_static(byte_no, false);
    }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.