< prev index next >

test/java/lang/instrument/PremainClass/PremainClassTest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

@@ -27,12 +27,14 @@
 
 /*
  * @test
  * @bug 5055293
  * @summary Test non ascii characters in the Premain-Class attribute.
+ *
  * @library /lib/testlibrary
  * @modules java.management
+ *
  * @run build jdk.testlibrary.* DummyMain
  * @run main PremainClassTest
  */
 public class PremainClassTest {
     // Use a javaagent where the manifest Premain-Class contains
< prev index next >