< 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,11 +145,10 @@
 }
 
 
 BasicType Bytecode_member_ref::result_type() const {
   ResultTypeFinder rts(signature());
-  rts.iterate();
   return rts.type();
 }
 
 
 methodHandle Bytecode_invoke::static_target(TRAPS) {
< prev index next >