< prev index next >

test/sun/security/provider/PolicyFile/Comparator.java

Print this page

        

*** 22,33 **** */ /* * @test * @bug 5037004 - * @run main/othervm Comparator * @summary Frivolous ClassCastExceptions thrown by SubjectCodeSource.implies * * Note: if you want to see the java.security.debug output, * you can not simply set the system property. * you must run this test by hand and pass -Djava.security.debug=... */ --- 22,34 ---- */ /* * @test * @bug 5037004 * @summary Frivolous ClassCastExceptions thrown by SubjectCodeSource.implies + * @modules java.base/sun.security.provider + * @run main/othervm Comparator * * Note: if you want to see the java.security.debug output, * you can not simply set the system property. * you must run this test by hand and pass -Djava.security.debug=... */
< prev index next >