< prev index next >

src/hotspot/share/interpreter/bytecode.cpp

Print this page
rev 56755 : 8233159: Method::result_type should use calculated value in constMethod
Reviewed-by: lfoltan

*** 145,155 **** } BasicType Bytecode_member_ref::result_type() const { ResultTypeFinder rts(signature()); - rts.iterate(); return rts.type(); } methodHandle Bytecode_invoke::static_target(TRAPS) { --- 145,154 ----
< prev index next >