mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -267,17 +267,17 @@ void print_statistics() {
|
|||
IndexSet::print_statistics();
|
||||
}
|
||||
#endif // ASSERT
|
||||
#else
|
||||
#ifdef INCLUDE_JVMCI
|
||||
#else // COMPILER2
|
||||
#if INCLUDE_JVMCI
|
||||
#ifndef COMPILER1
|
||||
if ((TraceDeoptimization || LogVMOutput || LogCompilation) && UseCompiler) {
|
||||
FlagSetting fs(DisplayVMOutput, DisplayVMOutput && TraceDeoptimization);
|
||||
Deoptimization::print_statistics();
|
||||
SharedRuntime::print_statistics();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif // COMPILER1
|
||||
#endif // INCLUDE_JVMCI
|
||||
#endif // COMPILER2
|
||||
|
||||
if (PrintAOTStatistics) {
|
||||
AOTLoader::print_statistics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue