mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +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
|
@ -42,9 +42,7 @@ public abstract class CompilerWhiteBoxTest {
|
|||
/** {@code CompLevel::CompLevel_none} -- Interpreter */
|
||||
public static final int COMP_LEVEL_NONE = 0;
|
||||
/** {@code CompLevel::CompLevel_any}, {@code CompLevel::CompLevel_all} */
|
||||
public static final int COMP_LEVEL_ANY = -2;
|
||||
/** {@code CompLevel::CompLevel_aot} -- AOT */
|
||||
public static final int COMP_LEVEL_AOT = -1;
|
||||
public static final int COMP_LEVEL_ANY = -1;
|
||||
/** {@code CompLevel::CompLevel_simple} -- C1 */
|
||||
public static final int COMP_LEVEL_SIMPLE = 1;
|
||||
/** {@code CompLevel::CompLevel_limited_profile} -- C1, invocation & backedge counters */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue