comparison test/runtime/RedefineObject/TestRedefineObject.java @ 10301:17db82f22f1e

8014511: runtime/RedefineObject/TestRedefineObject.java has incorrect classname in @run tag Summary: Corrected the class name Reviewed-by: coleenp, ctornqvi, hseigel Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
author ctornqvi
date Thu, 16 May 2013 17:54:11 +0200
parents 43083e670adf
children 85147f28faba
comparison
equal deleted inserted replaced
10300:243469d929e6 10301:17db82f22f1e
30 * @test 30 * @test
31 * @bug 8005056 31 * @bug 8005056
32 * @library /testlibrary 32 * @library /testlibrary
33 * @build Agent 33 * @build Agent
34 * @run main ClassFileInstaller Agent 34 * @run main ClassFileInstaller Agent
35 * @run main Test 35 * @run main TestRedefineObject
36 * @run main/othervm -javaagent:agent.jar Agent 36 * @run main/othervm -javaagent:agent.jar Agent
37 */ 37 */
38 public class Test { 38 public class TestRedefineObject {
39 public static void main(String[] args) throws Exception { 39 public static void main(String[] args) throws Exception {
40 40
41 PrintWriter pw = new PrintWriter("MANIFEST.MF"); 41 PrintWriter pw = new PrintWriter("MANIFEST.MF");
42 pw.println("Premain-Class: Agent"); 42 pw.println("Premain-Class: Agent");
43 pw.println("Can-Retransform-Classes: true"); 43 pw.println("Can-Retransform-Classes: true");