diff src/share/vm/classfile/systemDictionary.cpp @ 17524:89152779163c

Merge with jdk8-b132
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 11:59:32 +0200
parents fcb186b03c8b
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.cpp	Wed Oct 15 15:35:33 2014 +0200
+++ b/src/share/vm/classfile/systemDictionary.cpp	Wed Oct 15 11:59:32 2014 +0200
@@ -1059,8 +1059,9 @@
       // deoptimizations.
       add_to_hierarchy(k, CHECK_NULL); // No exception, but can block
 
-      // But, do not add to system dictionary.  That normally takes
-      // care of updating _number_of_modifications so do it here.
+      // But, do not add to system dictionary.
+
+      // compiled code dependencies need to be validated anyway
       notice_modification();
     }