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

Corrected the class name

Reviewed-by: coleenp, ctornqvi, hseigel
This commit is contained in:
Mikhailo Seledtsov 2013-05-16 17:54:11 +02:00 committed by Christian Tornqvist
parent 172cc0a06e
commit bb4af57bdd

View File

@ -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");