--- old/src/share/vm/code/compiledIC.cpp 2015-08-21 17:13:37.761159941 +0200 +++ new/src/share/vm/code/compiledIC.cpp 2015-08-21 17:13:37.689159944 +0200 @@ -343,8 +343,8 @@ // Kill any leftover stub we might have too clear_ic_stub(); if (is_optimized()) { - set_ic_destination(entry); - } else { + set_ic_destination(entry); + } else { set_ic_destination_and_value(entry, (void*)NULL); } } else {