mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +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
|
@ -210,8 +210,6 @@ class CompilationPolicy : AllStatic {
|
|||
// Is method profiled enough?
|
||||
static bool is_method_profiled(const methodHandle& method);
|
||||
|
||||
static bool maybe_switch_to_aot(const methodHandle& mh, CompLevel cur_level, CompLevel next_level, Thread* thread);
|
||||
|
||||
static void set_c1_count(int x) { _c1_count = x; }
|
||||
static void set_c2_count(int x) { _c2_count = x; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue