< prev index next >

test/sun/security/util/Resources/NewNamesFormat.java

Print this page
rev 17687 : 8148371: Remove policytool

*** 25,35 **** * @test * @bug 6987827 * @modules java.base/sun.security.util * java.base/sun.security.tools.keytool * jdk.jartool/sun.security.tools.jarsigner - * jdk.policytool/sun.security.tools.policytool * @summary security/util/Resources.java needs improvement */ import java.lang.reflect.Method; --- 25,34 ----
*** 44,54 **** public static void main(String[] args) throws Exception { checkRes("sun.security.util.Resources"); checkRes("sun.security.util.AuthResources"); checkRes("sun.security.tools.jarsigner.Resources"); checkRes("sun.security.tools.keytool.Resources"); - checkRes("sun.security.tools.policytool.Resources"); } private static void checkRes(String resName) throws Exception { System.out.println("Checking " + resName + "..."); Class clazz = Class.forName(resName); --- 43,52 ----
< prev index next >