hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 33632 038347770a9e
parent 33230 23bb11a5cf4e
child 33638 ef49ed90010b
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Nov 03 20:12:51 2015 +0300
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Wed Nov 04 07:23:23 2015 -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()) {