diff src/share/vm/interpreter/interpreterRuntime.cpp @ 22298:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents be896a1983c0
children dd9cc155639c
line wrap: on
line diff
--- a/src/share/vm/interpreter/interpreterRuntime.cpp	Wed Jul 22 15:50:08 2015 +0200
+++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Wed Jul 22 08:56:03 2015 -0700
@@ -475,7 +475,7 @@
     }
   } while (should_repeat == true);
 
-#ifdef JVMCI
+#if INCLUDE_JVMCI
   if (h_method->method_data() != NULL) {
     ResourceMark rm(thread);
     ProfileData* pdata = h_method->method_data()->allocate_bci_to_data(current_bci, NULL);