src/hotspot/share/interpreter/interpreterRuntime.cpp
changeset 53746 bdccafc038a2
parent 53547 9d1a788dea3d
child 53965 86ee52ca11e3
--- a/src/hotspot/share/interpreter/interpreterRuntime.cpp	Wed Feb 13 14:20:40 2019 -0500
+++ b/src/hotspot/share/interpreter/interpreterRuntime.cpp	Wed Feb 13 15:50:08 2019 -0500
@@ -977,9 +977,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());