< prev index next >

src/hotspot/share/interpreter/rewriter.cpp

Print this page

        

*** 462,472 **** } } // fall through case Bytecodes::_getstatic : // fall through case Bytecodes::_getfield : // fall through ! case Bytecodes::_vwithfield : // fall through but may require more checks for correctness case Bytecodes::_invokevirtual : // fall through case Bytecodes::_invokestatic : case Bytecodes::_invokeinterface: case Bytecodes::_invokehandle : // if reverse=true rewrite_member_reference(bcp, prefix_length+1, reverse); --- 462,472 ---- } } // fall through case Bytecodes::_getstatic : // fall through case Bytecodes::_getfield : // fall through ! case Bytecodes::_withfield : // fall through but may require more checks for correctness case Bytecodes::_invokevirtual : // fall through case Bytecodes::_invokestatic : case Bytecodes::_invokeinterface: case Bytecodes::_invokehandle : // if reverse=true rewrite_member_reference(bcp, prefix_length+1, reverse);
< prev index next >