< 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,40 **** --- 30,42 ---- /* * @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 >