src/hotspot/share/interpreter/bytecode.cpp
changeset 58861 2c3cc4b01880
parent 49340 4e82736053ae
child 59056 15936b142f86
--- 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();
 }