< prev index next >

test/jdk/java/lang/reflect/records/RecordReflectionTest.java

Print this page
*** 21,14 ***
   * questions.
   */
  
  /*
   * @test
!  * @bug 8235369 8235550 8247444
   * @summary reflection test for records
   * @compile RecordReflectionTest.java
   * @run testng/othervm RecordReflectionTest
   * @run testng/othervm/java.security.policy=allPermissions.policy RecordReflectionTest
   */
  
  import java.lang.annotation.*;
  import java.lang.reflect.*;
--- 21,15 ---
   * questions.
   */
  
  /*
   * @test
!  * @bug 8235369 8235550 8247444 8326879
   * @summary reflection test for records
   * @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 >