@@ -21,14 +21,15 @@ * questions. */ /* * @test - * @bug 8255560 + * @bug 8255560 8326879 * @summary Class::isRecord should check that the current class is final and not abstract * @library /test/lib * @run testng/othervm IsRecordTest + * @run testng/othervm --enable-preview IsRecordTest */ import java.lang.classfile.ClassFile; import java.lang.constant.ClassDesc; import java.lang.reflect.AccessFlag;