< prev index next >

test/jdk/java/nio/channels/vthread/SelectorOps.java

Print this page
@@ -26,10 +26,18 @@
   * @summary Test virtual threads doing selection operations
   * @library /test/lib
   * @run junit/othervm --enable-native-access=ALL-UNNAMED SelectorOps
   */
  
+ /*
+  * @test id=poller-modes
+  * @requires (os.family == "linux") | (os.family == "mac")
+  * @library /test/lib
+  * @run junit/othervm -Djdk.pollerMode=1 --enable-native-access=ALL-UNNAMED SelectorOps
+  * @run junit/othervm -Djdk.pollerMode=2 --enable-native-access=ALL-UNNAMED SelectorOps
+  */
+ 
  /*
   * @test id=no-vmcontinuations
   * @requires vm.continuations
   * @library /test/lib
   * @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:-VMContinuations
< prev index next >