< prev index next >

src/share/vm/ci/ciEnv.hpp

Print this page

        

@@ -154,11 +154,12 @@
                                       Klass* resolved_klass);
   Method*    lookup_method(InstanceKlass*  accessor,
                            InstanceKlass*  holder,
                            Symbol*         name,
                            Symbol*         sig,
-                           Bytecodes::Code bc);
+                           Bytecodes::Code bc,
+                           constantTag     tag);
 
   // Get a ciObject from the object factory.  Ensures uniqueness
   // of ciObjects.
   ciObject* get_object(oop o) {
     if (o == NULL) {
< prev index next >