< prev index next >

test/jdk/java/util/concurrent/StructuredTaskScope/StructuredThreadDumpTest.java

Print this page
*** 21,18 ***
   * questions.
   */
  
  /*
   * @test
!  * @bug 8284199
   * @summary Test thread dumps with StructuredTaskScope
!  * @modules jdk.incubator.concurrent
   * @library /test/lib
   * @run junit/othervm StructuredThreadDumpTest
   */
  
! import jdk.incubator.concurrent.StructuredTaskScope;
  import java.io.IOException;
  import java.lang.management.ManagementFactory;
  import java.nio.file.Files;
  import java.nio.file.Path;
  import java.util.concurrent.ThreadFactory;
--- 21,18 ---
   * questions.
   */
  
  /*
   * @test
!  * @bug 8284199 8296779 8306647
   * @summary Test thread dumps with StructuredTaskScope
!  * @enablePreview
   * @library /test/lib
   * @run junit/othervm StructuredThreadDumpTest
   */
  
! import java.util.concurrent.StructuredTaskScope;
  import java.io.IOException;
  import java.lang.management.ManagementFactory;
  import java.nio.file.Files;
  import java.nio.file.Path;
  import java.util.concurrent.ThreadFactory;
< prev index next >