diff -r 8f2c7a83220f -r 19021f626ad2 hotspot/src/share/vm/code/compiledIC.hpp --- a/hotspot/src/share/vm/code/compiledIC.hpp Fri Sep 26 20:09:02 2014 -0700 +++ b/hotspot/src/share/vm/code/compiledIC.hpp Mon Sep 29 08:40:51 2014 +0200 @@ -216,6 +216,7 @@ // 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.