< prev index next >

src/hotspot/cpu/x86/templateTable_x86.cpp

Print this page

        

*** 2772,2782 **** // since compiled code callers expect the result to already be narrowed. if (state == itos) { __ narrow(rax); } ! __ remove_activation(state, rbcp, true, true, true, /*state == qtos*/ false && ValueTypeReturnedAsFields); __ jmp(rbcp); } // ---------------------------------------------------------------------------- --- 2772,2782 ---- // since compiled code callers expect the result to already be narrowed. if (state == itos) { __ narrow(rax); } ! __ remove_activation(state, rbcp, true, true, true); __ jmp(rbcp); } // ----------------------------------------------------------------------------
< prev index next >