< prev index next >

test/compiler/valhalla/valuetypes/ValueTypeTestBench.java

Print this page

        

@@ -1864,11 +1864,11 @@
     }
 
     /* Generate an if-then-else construct with one path that contains
      * an invalid boxing operation (boxing of a value-type to a
      * non-matching value-capable class).*/
-    @Test(match = {NPE,CCE}, matchCount = {2,3})
+    @Test(match = {NPE, CCE}, matchCount = {2, 2})
     public long test65(Object obj, boolean warmup) throws Throwable {
         return (long)objectBoxMH.invokeExact(obj, warmup);
     }
 
     @DontCompile
< prev index next >