hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 22231 1cca24bb3125
parent 21767 41eaa9a17059
child 22794 f1c014ad3754
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Thu Dec 12 15:11:35 2013 -0500
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Fri Dec 13 09:25:44 2013 +0100
@@ -1049,6 +1049,9 @@
       add_to_hierarchy(k, CHECK_NULL); // No exception, but can block
 
       // But, do not add to system dictionary.
+
+      // compiled code dependencies need to be validated anyway
+      notice_modification();
     }
 
     // Rewrite and patch constant pool here.