hotspot/src/share/vm/interpreter/templateInterpreterGenerator.cpp
changeset 37439 e8970711113b
parent 35479 62c12ca7a45e
child 37480 291ee208fb72
--- a/hotspot/src/share/vm/interpreter/templateInterpreterGenerator.cpp	Fri Apr 08 12:26:29 2016 -0700
+++ b/hotspot/src/share/vm/interpreter/templateInterpreterGenerator.cpp	Thu Apr 07 22:03:04 2016 -0700
@@ -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