hotspot/src/share/vm/code/compiledIC.hpp
changeset 26912 19021f626ad2
parent 25716 fc9bd7814b10
child 32082 2a3323e25de1
equal deleted inserted replaced
26911:8f2c7a83220f 26912:19021f626ad2
   214   //
   214   //
   215   // They all takes a TRAP argument, since they can cause a GC if the inline-cache buffer is full.
   215   // They all takes a TRAP argument, since they can cause a GC if the inline-cache buffer is full.
   216   //
   216   //
   217   void set_to_clean();  // Can only be called during a safepoint operation
   217   void set_to_clean();  // Can only be called during a safepoint operation
   218   void set_to_monomorphic(CompiledICInfo& info);
   218   void set_to_monomorphic(CompiledICInfo& info);
       
   219   void clear_ic_stub();
   219 
   220 
   220   // Returns true if successful and false otherwise. The call can fail if memory
   221   // Returns true if successful and false otherwise. The call can fail if memory
   221   // allocation in the code cache fails.
   222   // allocation in the code cache fails.
   222   bool set_to_megamorphic(CallInfo* call_info, Bytecodes::Code bytecode, TRAPS);
   223   bool set_to_megamorphic(CallInfo* call_info, Bytecodes::Code bytecode, TRAPS);
   223 
   224