< prev index next >

test/hotspot/jtreg/compiler/whitebox/CompilerWhiteBoxTest.java

Print this page
rev 47445 : 8171853: Remove Shark compiler

*** 49,59 **** public static final int COMP_LEVEL_SIMPLE = 1; /** {@code CompLevel::CompLevel_limited_profile} -- C1, invocation &amp; backedge counters */ public static final int COMP_LEVEL_LIMITED_PROFILE = 2; /** {@code CompLevel::CompLevel_full_profile} -- C1, invocation &amp; backedge counters + mdo */ public static final int COMP_LEVEL_FULL_PROFILE = 3; ! /** {@code CompLevel::CompLevel_full_optimization} -- C2 or Shark */ public static final int COMP_LEVEL_FULL_OPTIMIZATION = 4; /** Maximal value for CompLevel */ public static final int COMP_LEVEL_MAX = COMP_LEVEL_FULL_OPTIMIZATION; /** Instance of WhiteBox */ --- 49,59 ---- public static final int COMP_LEVEL_SIMPLE = 1; /** {@code CompLevel::CompLevel_limited_profile} -- C1, invocation &amp; backedge counters */ public static final int COMP_LEVEL_LIMITED_PROFILE = 2; /** {@code CompLevel::CompLevel_full_profile} -- C1, invocation &amp; backedge counters + mdo */ public static final int COMP_LEVEL_FULL_PROFILE = 3; ! /** {@code CompLevel::CompLevel_full_optimization} -- C2 */ public static final int COMP_LEVEL_FULL_OPTIMIZATION = 4; /** Maximal value for CompLevel */ public static final int COMP_LEVEL_MAX = COMP_LEVEL_FULL_OPTIMIZATION; /** Instance of WhiteBox */
< prev index next >