< prev index next > test/jdk/java/lang/reflect/records/RecordReflectionTest.java
Print this page
* questions.
*/
/*
* @test
- * @bug 8235369 8235550 8247444 8320575
+ * @bug 8235369 8235550 8247444 8326879 8320575
* @summary reflection test for records
* @build R10
* @compile RecordReflectionTest.java
* @run testng/othervm RecordReflectionTest
+ * @run testng/othervm --enable-preview RecordReflectionTest
* @run testng/othervm/java.security.policy=allPermissions.policy RecordReflectionTest
*/
import java.lang.annotation.*;
import java.lang.reflect.*;
< prev index next >