< prev index next >

test/hotspot/jtreg/runtime/JVMDoPrivileged/DoPrivRunAbstract.jasm

Print this page
rev 52360 : 8212605: Pure-Java implementation of AccessController.doPrivileged
rev 52361 : [mq]: webrev.2.incr

@@ -21,11 +21,11 @@
  * questions.
  */
 
 /*
  * @test
- * @summary Test that JVM_DoPrivilege throws java.lang.AbstractMethodError for an
+ * @summary Test that AccessController.doPrivileged throws java.lang.AbstractMethodError for an
  *          abstract run() method.
  * @bug 8183962
  * @compile DoPrivRunAbstract.jasm
  * @compile DoPrivRunAbstract$VoidPrivActRunAbstract.jasm
  * @run main DoPrivRunAbstract
< prev index next >