< prev index next >

test/java/security/AccessController/DoPrivAccompliceTest.java

Print this page
rev 17324 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 40,50 **** * DoPrivAccmplice.jar for reading user.name property from a PrivilagedAction. * Run DoPrivTest.jar and try to access user.name property using * DoPrivAccmplice.jar. * * @library /test/lib ! * * @run main/othervm DoPrivAccompliceTest */ public class DoPrivAccompliceTest { private static final String ACTION_SOURCE = DoPrivAccomplice.class.getName(); --- 40,56 ---- * DoPrivAccmplice.jar for reading user.name property from a PrivilagedAction. * Run DoPrivTest.jar and try to access user.name property using * DoPrivAccmplice.jar. * * @library /test/lib ! * @build jdk.test.lib.util.JarUtils ! * jdk.test.lib.Utils ! * jdk.test.lib.Asserts ! * jdk.test.lib.JDKToolFinder ! * jdk.test.lib.JDKToolLauncher ! * jdk.test.lib.Platform ! * jdk.test.lib.process.* * @run main/othervm DoPrivAccompliceTest */ public class DoPrivAccompliceTest { private static final String ACTION_SOURCE = DoPrivAccomplice.class.getName();
< prev index next >