src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
changeset 49972 37b2446d7f86
parent 49748 6a880e576856
child 50104 4ea7917929b9
--- a/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp	Mon Apr 30 15:55:21 2018 +0200
+++ b/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp	Thu May 03 09:07:40 2018 -0700
@@ -2339,7 +2339,7 @@
   __ b(cont);
 
   int reexecute_offset = __ pc() - start;
-#if defined(INCLUDE_JVMCI) && !defined(COMPILER1)
+#if INCLUDE_JVMCI && !defined(COMPILER1)
   if (EnableJVMCI && UseJVMCICompiler) {
     // JVMCI does not use this kind of deoptimization
     __ should_not_reach_here();