mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8139170: JVMCI refresh
Reviewed-by: kvn
This commit is contained in:
parent
a4e16dd190
commit
a38ea495d6
246 changed files with 4445 additions and 2901 deletions
|
@ -480,7 +480,7 @@ IRT_ENTRY(address, InterpreterRuntime::exception_handler_for_exception(JavaThrea
|
|||
} while (should_repeat == true);
|
||||
|
||||
#if INCLUDE_JVMCI
|
||||
if (UseJVMCICompiler && h_method->method_data() != NULL) {
|
||||
if (EnableJVMCI && h_method->method_data() != NULL) {
|
||||
ResourceMark rm(thread);
|
||||
ProfileData* pdata = h_method->method_data()->allocate_bci_to_data(current_bci, NULL);
|
||||
if (pdata != NULL && pdata->is_BitData()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue