8072401: [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData

Reviewed-by: jbachorik, sla
This commit is contained in:
Mikael Auno 2015-02-03 12:26:40 +01:00
parent 2cbdd33aed
commit eb67830333
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ import org.testng.annotations.Test;
* @library /testlibrary
* @build com.oracle.java.testlibrary.*
* @build com.oracle.java.testlibrary.dcmd.*
* @run testng HelpTest
* @run testng/othervm -XX:+UsePerfData HelpTest
*/
public class HelpTest {
public void run(CommandExecutor executor) {

View File

@ -35,7 +35,7 @@ import org.testng.annotations.Test;
* @library /testlibrary
* @build com.oracle.java.testlibrary.*
* @build com.oracle.java.testlibrary.dcmd.*
* @run testng InvalidCommandTest
* @run testng/othervm -XX:+UsePerfData InvalidCommandTest
*/
public class InvalidCommandTest {

View File

@ -36,7 +36,7 @@ import org.testng.annotations.Test;
* @library /testlibrary
* @build com.oracle.java.testlibrary.*
* @build com.oracle.java.testlibrary.dcmd.*
* @run testng VMVersionTest
* @run testng/othervm -XX:+UsePerfData VMVersionTest
*/
public class VMVersionTest {
public void run(CommandExecutor executor) {