hotspot/src/share/vm/interpreter/templateTable.cpp
void TemplateTable::goto_w() {
{- -------------------------------------------
(1) (assert) (See: TemplateTable::transition())
---------------------------------------- -}
transition(vtos, vtos);
{- -------------------------------------------
(1) コード生成:
「TemplateTable::branch() が生成するコードにより, 分岐を行う」
---------------------------------------- -}
branch(false, true);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.