diff src/share/vm/runtime/rframe.cpp @ 22299:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents be896a1983c0
children
line wrap: on
line diff
--- a/src/share/vm/runtime/rframe.cpp	Wed Jul 22 15:50:08 2015 +0200
+++ b/src/share/vm/runtime/rframe.cpp	Wed Jul 22 08:56:03 2015 -0700
@@ -152,7 +152,7 @@
 
 void RFrame::print(const char* kind) {
 #ifndef PRODUCT
-#if defined(COMPILER2) || defined(JVMCI)
+#if defined(COMPILER2) || INCLUDE_JVMCI
   int cnt = top_method()->interpreter_invocation_count();
 #else
   int cnt = top_method()->invocation_count();