8014511: runtime/RedefineObject/TestRedefineObject.java has incorrect classname in @run tag
authorctornqvi
Thu, 16 May 2013 17:54:11 +0200
changeset 17599 0f82292a2644
parent 17598 f78d22d3c6c2
child 17600 a5424f23dbf0
child 17601 0db4dfbb42ca
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>
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");