8144964: JVMCI compilations need to be disabled until the module system is initialized

Reviewed-by: kvn
This commit is contained in:
Christian Thalinger 2016-03-31 15:52:07 -10:00
parent b75d50cc75
commit 879c8b43c6
6 changed files with 45 additions and 13 deletions

View file

@ -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)