< prev index next >

test/jdk/java/foreign/SafeFunctionAccessTest.java

Print this page
*** 21,12 ***
   * questions.
   */
  
  /*
   * @test
-  * @enablePreview
-  * @requires jdk.foreign.linker != "UNSUPPORTED"
   * @run testng/othervm --enable-native-access=ALL-UNNAMED SafeFunctionAccessTest
   */
  
  import java.lang.foreign.Arena;
  import java.lang.foreign.Linker;
--- 21,10 ---
< prev index next >