src/hotspot/share/interpreter/bytecode.cpp
changeset 58861 2c3cc4b01880
parent 49340 4e82736053ae
child 59056 15936b142f86
equal deleted inserted replaced
58860:506bd2e1f840 58861:2c3cc4b01880
   145 }
   145 }
   146 
   146 
   147 
   147 
   148 BasicType Bytecode_member_ref::result_type() const {
   148 BasicType Bytecode_member_ref::result_type() const {
   149   ResultTypeFinder rts(signature());
   149   ResultTypeFinder rts(signature());
   150   rts.iterate();
       
   151   return rts.type();
   150   return rts.type();
   152 }
   151 }
   153 
   152 
   154 
   153 
   155 methodHandle Bytecode_invoke::static_target(TRAPS) {
   154 methodHandle Bytecode_invoke::static_target(TRAPS) {