< prev index next >

src/share/vm/interpreter/interpreterRuntime.cpp

Print this page

        

*** 478,488 **** } } } while (should_repeat == true); #if INCLUDE_JVMCI ! if (UseJVMCICompiler && 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()) { BitData* bit_data = (BitData*) pdata; bit_data->set_exception_seen(); --- 478,488 ---- } } } while (should_repeat == true); #if INCLUDE_JVMCI ! 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()) { BitData* bit_data = (BitData*) pdata; bit_data->set_exception_seen();
< prev index next >