mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8240976: [JVMCI] MethodProfileWidth flag is broken
Remove JVMCI code which is not used Reviewed-by: thartmann, redestad
This commit is contained in:
parent
1a0995981c
commit
ec5bd02186
17 changed files with 2 additions and 206 deletions
|
@ -302,7 +302,6 @@ class InterpreterMacroAssembler: public MacroAssembler {
|
|||
void profile_call(Register scratch);
|
||||
void profile_final_call(Register scratch);
|
||||
void profile_virtual_call(Register receiver, Register scratch, bool receiver_can_be_null = false);
|
||||
void profile_called_method(Register method, Register scratch) NOT_JVMCI_RETURN;
|
||||
void profile_ret(TosState state, Register return_bci, Register scratch);
|
||||
void profile_null_seen(Register scratch);
|
||||
void profile_typecheck(Register klass, Register scratch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue