--- old/src/share/vm/interpreter/templateInterpreterGenerator.cpp 2016-02-18 15:25:05.389103324 -0800 +++ new/src/share/vm/interpreter/templateInterpreterGenerator.cpp 2016-02-18 15:25:05.244093170 -0800 @@ -212,6 +212,7 @@ #define method_entry(kind) \ { CodeletMark cm(_masm, "method entry point (kind = " #kind ")"); \ Interpreter::_entry_table[Interpreter::kind] = generate_method_entry(Interpreter::kind); \ + Interpreter::update_cds_entry_table(Interpreter::kind); \ } // all non-native method kinds