8207965: C2-only debug build fails

Reviewed-by: kvn, iignatyev
This commit is contained in:
Xin Liu 2018-08-08 18:38:34 -07:00 committed by Vladimir Kozlov
parent 626a614146
commit e5f3e1b60c
17 changed files with 127 additions and 27 deletions

View file

@ -442,7 +442,7 @@ void DirectivesStack::init() {
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