< prev index next >

src/share/vm/ci/bcEscapeAnalyzer.cpp

Print this page

        

*** 864,874 **** set_returned(state.apop()); fall_through = false; break; case Bytecodes::_getstatic: case Bytecodes::_getfield: - case Bytecodes::_vgetfield: { bool ignored_will_link; ciField* field = s.get_field(ignored_will_link); BasicType field_type = field->type()->basic_type(); if (s.cur_bc() != Bytecodes::_getstatic) { set_method_escape(state.apop()); --- 864,873 ----
< prev index next >