--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2015-11-02 17:06:50.000000000 -1000 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2015-11-02 17:06:50.000000000 -1000 @@ -480,7 +480,7 @@ } 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()) {