hotspot/src/share/vm/classfile/systemDictionary.hpp
changeset 6062 bab93afe9df7
parent 5882 6b2aecc4f7d8
child 6463 f4362c8da849
--- a/hotspot/src/share/vm/classfile/systemDictionary.hpp	Thu Jul 15 08:54:48 2010 -0700
+++ b/hotspot/src/share/vm/classfile/systemDictionary.hpp	Thu Jul 15 18:40:45 2010 -0700
@@ -492,7 +492,10 @@
                                           TRAPS);
 
   // coordinate with Java about bootstrap methods
-  static Handle    find_bootstrap_method(KlassHandle caller, TRAPS);
+  static Handle    find_bootstrap_method(methodHandle caller_method,
+                                         int caller_bci,  // N.B. must be an invokedynamic
+                                         int cache_index, // must be corresponding main_entry
+                                         TRAPS);
 
   // Utility for printing loader "name" as part of tracing constraints
   static const char* loader_name(oop loader) {