src/share/vm/code/compiledIC.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/code/compiledIC.hpp	Tue Sep 23 14:30:53 2014
--- new/src/share/vm/code/compiledIC.hpp	Tue Sep 23 14:30:52 2014

*** 214,223 **** --- 214,224 ---- // // They all takes a TRAP argument, since they can cause a GC if the inline-cache buffer is full. // void set_to_clean(); // Can only be called during a safepoint operation void set_to_monomorphic(CompiledICInfo& info); + void clear_ic_stub(); // 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);

src/share/vm/code/compiledIC.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File