@@ -25,10 +25,11 @@ * @bug 8314226 * @summary Series of colon-style fallthrough switch cases with guards compiled incorrectly * @enablePreview * @compile T8314226.java * @run main T8314226 + * @ignore Verifier error */ public class T8314226 { int multipleGuardedCases(Object obj) { switch (obj) {