mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler
Reviewed-by: kvn
This commit is contained in:
parent
31cf80c688
commit
da93b76ec8
2 changed files with 8 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue