src/hotspot/share/compiler/compilerDirectives.cpp
changeset 51341 09cc8813ae51
parent 51333 f6641fcf7b7e
child 52894 8df9cf767f79
--- a/src/hotspot/share/compiler/compilerDirectives.cpp	Wed Aug 08 15:34:32 2018 -0700
+++ b/src/hotspot/share/compiler/compilerDirectives.cpp	Wed Aug 08 18:38:34 2018 -0700
@@ -442,7 +442,7 @@
   char str[] = "*.*";
   const char* error_msg = NULL;
   _default_directives->add_match(str, error_msg);
-#ifdef COMPILER1
+#if defined(COMPILER1) || INCLUDE_JVMCI
   _default_directives->_c1_store->EnableOption = true;
 #endif
 #ifdef COMPILER2