mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
3307d0f163
326 changed files with 9465 additions and 4610 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