8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler

Reviewed-by: kvn
This commit is contained in:
Doug Simon 2018-03-06 16:02:04 -08:00
parent 31cf80c688
commit da93b76ec8
2 changed files with 8 additions and 1 deletions

View file

@ -295,6 +295,7 @@ objArrayHandle CompilerToVM::initialize_intrinsics(TRAPS) {
NOT_PRODUCT(do_intx_flag(CompileTheWorldStopAt)) \
do_intx_flag(ContendedPaddingWidth) \
do_bool_flag(DontCompileHugeMethods) \
do_bool_flag(EagerJVMCI) \
do_bool_flag(EnableContended) \
do_intx_flag(FieldsAllocationStyle) \
do_bool_flag(FoldStableValues) \