comparison 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
comparison
equal deleted inserted replaced
17450:45b45f902bed 17524:89152779163c
1057 1057
1058 // Add to class hierarchy, initialize vtables, and do possible 1058 // Add to class hierarchy, initialize vtables, and do possible
1059 // deoptimizations. 1059 // deoptimizations.
1060 add_to_hierarchy(k, CHECK_NULL); // No exception, but can block 1060 add_to_hierarchy(k, CHECK_NULL); // No exception, but can block
1061 1061
1062 // But, do not add to system dictionary. That normally takes 1062 // But, do not add to system dictionary.
1063 // care of updating _number_of_modifications so do it here. 1063
1064 // compiled code dependencies need to be validated anyway
1064 notice_modification(); 1065 notice_modification();
1065 } 1066 }
1066 1067
1067 // Rewrite and patch constant pool here. 1068 // Rewrite and patch constant pool here.
1068 k->link_class(CHECK_NULL); 1069 k->link_class(CHECK_NULL);