< prev index next >

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

Print this page
rev 17272 : 8181391: remove explicit @build actions for the top level testlibary classes
Reviewed-by: duke

@@ -25,12 +25,10 @@
  * @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.*
  * @run main ExitOnThrow
  * @summary Ensure that if a cleaner throws an exception then the VM exits
  */
 import java.util.Arrays;
 
< prev index next >