mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8074551: GWT can be marked non-compilable due to deopt count pollution
Reviewed-by: kvn
This commit is contained in:
parent
513d9a5ede
commit
90a42c2491
11 changed files with 142 additions and 26 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue