mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8144964: JVMCI compilations need to be disabled until the module system is initialized
Reviewed-by: kvn
This commit is contained in:
parent
b75d50cc75
commit
879c8b43c6
6 changed files with 45 additions and 13 deletions
|
@ -241,7 +241,7 @@ class SystemDictionary : AllStatic {
|
|||
|
||||
Opt, // preload tried; NULL if not present
|
||||
#if INCLUDE_JVMCI
|
||||
Jvmci, // preload tried; error if not present, use only with JVMCI
|
||||
Jvmci, // preload tried; error if not present if JVMCI enabled
|
||||
#endif
|
||||
OPTION_LIMIT,
|
||||
CEIL_LG_OPTION_LIMIT = 2 // OPTION_LIMIT <= (1<<CEIL_LG_OPTION_LIMIT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue