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:
parent
172cc0a06e
commit
bb4af57bdd
@ -32,10 +32,10 @@ import com.oracle.java.testlibrary.*;
|
||||
* @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");
|
||||
|
Loading…
Reference in New Issue
Block a user