This commit is contained in:
Coleen Phillimore 2015-06-24 21:58:05 -04:00
commit ee01e4e88b
568 changed files with 20967 additions and 9313 deletions

View file

@ -93,6 +93,7 @@ Method::Method(ConstMethod* xconst, AccessFlags access_flags, int size) {
set_force_inline(false);
set_hidden(false);
set_dont_inline(false);
set_has_injected_profile(false);
set_method_data(NULL);
clear_method_counters();
set_vtable_index(Method::garbage_vtable_index);