8074551: GWT can be marked non-compilable due to deopt count pollution

Reviewed-by: kvn
This commit is contained in:
Vladimir Ivanov 2015-06-11 14:19:40 +03:00
parent 513d9a5ede
commit 90a42c2491
11 changed files with 142 additions and 26 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);