--- old/src/hotspot/share/interpreter/interpreterRuntime.cpp 2018-09-28 11:53:17.000000000 -0700 +++ new/src/hotspot/share/interpreter/interpreterRuntime.cpp 2018-09-28 11:53:16.000000000 -0700 @@ -981,9 +981,6 @@ LastFrameAccessor last_frame(thread); const Bytecodes::Code bytecode = Bytecodes::_invokedynamic; - //TO DO: consider passing BCI to Java. - // int caller_bci = last_frame.method()->bci_from(last_frame.bcp()); - // resolve method CallInfo info; constantPoolHandle pool(thread, last_frame.method()->constants());