< prev index next >

test/com/sun/jdi/SunBootClassPathEmptyTest.java

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

@@ -30,11 +30,13 @@
 /*
  * @test
  * @summary Verifies that PathSearchingVirtualMachine.bootClassPath()
  *          returns an empty list in case no bootclass path specified
  *          regardless of sun.boot.class.path option, which is now obsolete
+ *
  * @library /test/lib
+ *
  * @compile TestClass.java
  * @compile SunBootClassPathEmptyTest.java
  * @run main/othervm SunBootClassPathEmptyTest
  */
 public class SunBootClassPathEmptyTest {
< prev index next >