mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8202552: [AOT][JVMCI] Incorrect usage of INCLUDE_JVMCI and INCLUDE_AOT
Reviewed-by: stefank, ihse
This commit is contained in:
parent
6a12519d84
commit
8ebfc59cfa
8 changed files with 27 additions and 28 deletions
|
@ -3317,7 +3317,7 @@ jint Arguments::finalize_vm_init_args(bool patch_mod_javabase) {
|
|||
FLAG_SET_ERGO(uintx, InitialTenuringThreshold, MaxTenuringThreshold);
|
||||
}
|
||||
|
||||
#if !defined(COMPILER2) && !INCLUDE_JVMCI
|
||||
#if !COMPILER2_OR_JVMCI
|
||||
// Don't degrade server performance for footprint
|
||||
if (FLAG_IS_DEFAULT(UseLargePages) &&
|
||||
MaxHeapSize < LargePageHeapSizeThreshold) {
|
||||
|
@ -3333,7 +3333,7 @@ jint Arguments::finalize_vm_init_args(bool patch_mod_javabase) {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if !defined(COMPILER2) && !INCLUDE_JVMCI
|
||||
#if !COMPILER2_OR_JVMCI
|
||||
UNSUPPORTED_OPTION(ProfileInterpreter);
|
||||
NOT_PRODUCT(UNSUPPORTED_OPTION(TraceProfileInterpreter));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue