--- old/test/hotspot/jtreg/runtime/appcds/cacheObject/RedefineClassTest.java 2018-08-22 09:26:37.990994372 -0700 +++ new/test/hotspot/jtreg/runtime/appcds/cacheObject/RedefineClassTest.java 2018-08-22 09:26:37.615958944 -0700 @@ -34,7 +34,7 @@ * RedefineClassApp * InstrumentationClassFileTransformer * InstrumentationRegisterClassFileTransformer - * @run main/othervm RedefineClassTest + * @run main RedefineClassTest */ import com.sun.tools.attach.VirtualMachine; @@ -89,7 +89,7 @@ bootCP, "-XX:+UnlockDiagnosticVMOptions", "-XX:+WhiteBoxAPI", - "-Xlog:gc+region=trace,cds=info", + "-Xlog:cds=info", agentCmdArg, "RedefineClassApp", bootJar, appJar); out.reportDiagnosticSummary();