mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
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:
parent
15d4787724
commit
694acedf18
378 changed files with 200 additions and 26970 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue