mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8152311: [JVMCI] allow JVMCI compiler to change the compilation policy for a method
Reviewed-by: kvn, never
This commit is contained in:
parent
41dcc3f305
commit
32a12da3bf
17 changed files with 293 additions and 52 deletions
|
@ -1449,6 +1449,7 @@ void JavaThread::initialize() {
|
|||
_pending_deoptimization = -1;
|
||||
_pending_failed_speculation = NULL;
|
||||
_pending_transfer_to_interpreter = false;
|
||||
_adjusting_comp_level = false;
|
||||
_jvmci._alternate_call_target = NULL;
|
||||
assert(_jvmci._implicit_exception_pc == NULL, "must be");
|
||||
if (JVMCICounterSize > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue