diff -r 506bd2e1f840 -r 2c3cc4b01880 src/hotspot/share/interpreter/bytecode.cpp --- a/src/hotspot/share/interpreter/bytecode.cpp Tue Oct 29 14:29:40 2019 +0100 +++ b/src/hotspot/share/interpreter/bytecode.cpp Wed Oct 30 16:14:56 2019 +0100 @@ -147,7 +147,6 @@ BasicType Bytecode_member_ref::result_type() const { ResultTypeFinder rts(signature()); - rts.iterate(); return rts.type(); }