< prev index next >

src/hotspot/share/runtime/arguments.cpp

Print this page

        

@@ -1857,11 +1857,11 @@
     select_compilation_mode_ergonomically();
   }
 #endif
   select_gc();
 
-#if defined(COMPILER2) || INCLUDE_JVMCI
+#if COMPILER2_OR_JVMCI
   // Shared spaces work fine with other GCs but causes bytecode rewriting
   // to be disabled, which hurts interpreter performance and decreases
   // server performance.  When -server is specified, keep the default off
   // unless it is asked for.  Future work: either add bytecode rewriting
   // at link time, or rewrite bytecodes in non-shared methods.
< prev index next >