< prev index next >

src/share/vm/code/compiledIC.hpp

Print this page

        

@@ -264,11 +264,11 @@
 
   // Returns true if successful and false otherwise. The call can fail if memory
   // allocation in the code cache fails.
   bool set_to_megamorphic(CallInfo* call_info, Bytecodes::Code bytecode, TRAPS);
 
-  static void compute_monomorphic_entry(const methodHandle& method, KlassHandle receiver_klass,
+  static void compute_monomorphic_entry(const methodHandle& method, Klass* receiver_klass,
                                         bool is_optimized, bool static_bound, bool caller_is_nmethod,
                                         CompiledICInfo& info, TRAPS);
 
   // Location
   address instruction_address() const { return _call->instruction_address(); }
< prev index next >