src/hotspot/share/runtime/rframe.cpp
changeset 47799 1772ebf07d1f
parent 47216 71c04702a3d5
child 49340 4e82736053ae
--- a/src/hotspot/share/runtime/rframe.cpp	Mon Nov 06 20:29:49 2017 -0800
+++ b/src/hotspot/share/runtime/rframe.cpp	Mon Nov 06 21:28:03 2017 -0800
@@ -155,7 +155,7 @@
 
 void RFrame::print(const char* kind) {
 #ifndef PRODUCT
-#if defined(COMPILER2) || INCLUDE_JVMCI
+#if COMPILER2_OR_JVMCI
   int cnt = top_method()->interpreter_invocation_count();
 #else
   int cnt = top_method()->invocation_count();