提交 fc34a84b 编写于 作者: C ctornqvi

8014511: runtime/RedefineObject/TestRedefineObject.java has incorrect classname in @run tag

Summary: Corrected the class name
Reviewed-by: coleenp, ctornqvi, hseigel
Contributed-by: NMikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
上级 e06690f1
...@@ -32,10 +32,10 @@ import com.oracle.java.testlibrary.*; ...@@ -32,10 +32,10 @@ import com.oracle.java.testlibrary.*;
* @library /testlibrary * @library /testlibrary
* @build Agent * @build Agent
* @run main ClassFileInstaller Agent * @run main ClassFileInstaller Agent
* @run main Test * @run main TestRedefineObject
* @run main/othervm -javaagent:agent.jar Agent * @run main/othervm -javaagent:agent.jar Agent
*/ */
public class Test { public class TestRedefineObject {
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
PrintWriter pw = new PrintWriter("MANIFEST.MF"); PrintWriter pw = new PrintWriter("MANIFEST.MF");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册