mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8207965: C2-only debug build fails
Reviewed-by: kvn, iignatyev
This commit is contained in:
parent
626a614146
commit
e5f3e1b60c
17 changed files with 127 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue