# HG changeset patch # User vromero # Date 1538673541 25200 # Node ID d63efc278e932e725f6971f0fe88455578cac6e1 # Parent 592dff6ac440bab0bc25e9de95899533f77e3f21 8210789: langtools/tools/javac/T8152616.java missing @modules Reviewed-by: jjg diff -r 592dff6ac440 -r d63efc278e93 test/langtools/tools/javac/T8152616.java --- a/test/langtools/tools/javac/T8152616.java Thu Oct 04 09:43:49 2018 -0700 +++ b/test/langtools/tools/javac/T8152616.java Thu Oct 04 10:19:01 2018 -0700 @@ -25,8 +25,8 @@ * @test * @bug 8152616 * @summary Unit test for corner case of PrettyPrinting when SourceOutput is false - * @run compile --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED T8152616.java - * @run main T8152616 + * @modules jdk.compiler/com.sun.tools.javac.api + * jdk.compiler/com.sun.tools.javac.tree */ import java.io.File;