< prev index next >

test/hotspot/jtreg/compiler/valhalla/valuetypes/TestNewAcmp.java

Print this page

@@ -1309,13 +1309,10 @@
     }
     protected static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox();
     protected static final long TieredStopAtLevel = (Long)WHITE_BOX.getVMFlag("TieredStopAtLevel");
     protected static final int COMP_LEVEL_FULL_OPTIMIZATION = get_full_opt_level();
 
-    // FIXME: temp -- special handling for C1 testing.
-    protected static final boolean EnableValhallaC1 = (Boolean)WHITE_BOX.getVMFlag("EnableValhallaC1");
-
     public void runTest(Method m, Object[] args, int warmup, int nullMode, boolean[][] equalities) throws Exception {
         Class<?>[] parameterTypes = m.getParameterTypes();
         int parameterCount = parameterTypes.length;
         // Nullness mode for first argument
         // 0: default, 1: never null, 2: always null
< prev index next >