8264805: Remove the experimental Ahead-of-Time Compiler

Reviewed-by: coleenp, erikj, stefank, iignatyev, dholmes, aph, shade, iklam, mchung, iveresov
This commit is contained in:
Vladimir Kozlov 2021-04-27 01:12:18 +00:00
parent 15d4787724
commit 694acedf18
378 changed files with 200 additions and 26970 deletions

View file

@ -24,7 +24,6 @@
#include "precompiled.hpp"
#include "jvm.h"
#include "aot/aotLoader.hpp"
#include "cds/dynamicArchive.hpp"
#include "classfile/classLoaderDataGraph.hpp"
#include "classfile/javaClasses.hpp"
@ -267,10 +266,6 @@ void print_statistics() {
#endif // INCLUDE_JVMCI
#endif // COMPILER2
if (PrintAOTStatistics) {
AOTLoader::print_statistics();
}
if (PrintNMethodStatistics) {
nmethod::print_statistics();
}