diff -r f78d22d3c6c2 -r 0f82292a2644 hotspot/test/runtime/RedefineObject/TestRedefineObject.java --- a/hotspot/test/runtime/RedefineObject/TestRedefineObject.java Thu May 16 15:31:00 2013 +0200 +++ b/hotspot/test/runtime/RedefineObject/TestRedefineObject.java Thu May 16 17:54:11 2013 +0200 @@ -32,10 +32,10 @@ * @library /testlibrary * @build Agent * @run main ClassFileInstaller Agent - * @run main Test + * @run main TestRedefineObject * @run main/othervm -javaagent:agent.jar Agent */ -public class Test { +public class TestRedefineObject { public static void main(String[] args) throws Exception { PrintWriter pw = new PrintWriter("MANIFEST.MF");