< prev index next >

test/jdk/internal/ref/Cleaner/ExitOnThrow.java

Print this page
rev 17326 : imported patch 8181759-2

@@ -25,12 +25,16 @@
  * @test
  * @bug 4954921 8009259
  * @library /test/lib
  * @modules java.base/jdk.internal.ref
  *          java.base/jdk.internal.misc
- * @build jdk.test.lib.*
- * @build jdk.test.lib.process.*
+ * @build jdk.test.lib.Utils
+ *        jdk.test.lib.Asserts
+ *        jdk.test.lib.JDKToolFinder
+ *        jdk.test.lib.JDKToolLauncher
+ *        jdk.test.lib.Platform
+ *        jdk.test.lib.process.*
  * @run main ExitOnThrow
  * @summary Ensure that if a cleaner throws an exception then the VM exits
  */
 import java.util.Arrays;
 
< prev index next >