8243946: serviceability/sa and jvmti tests fail after JDK-8243928

Reviewed-by: dholmes, mikael, sspitsyn
This commit is contained in:
Igor Ignatyev 2020-04-27 22:24:54 -07:00
parent ae9d5636f1
commit 1041efe027
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
* @requires vm.cds
* @library /test/lib
* @compile CanGenerateAllClassHook.java
* @run driver/native CanGenerateAllClassHook
* @run main/native CanGenerateAllClassHook
*/
import jdk.test.lib.cds.CDSTestUtils;

View File

@ -52,7 +52,7 @@ import jdk.test.lib.Utils;
* jdk.hotspot.agent/sun.jvm.hotspot.oops
* jdk.hotspot.agent/sun.jvm.hotspot.debugger
* jdk.hotspot.agent/sun.jvm.hotspot.ui.classbrowser
* @run driver TestCpoolForInvokeDynamic
* @run main TestCpoolForInvokeDynamic
*/
public class TestCpoolForInvokeDynamic {

View File

@ -50,7 +50,7 @@ import jdk.test.lib.Utils;
* jdk.hotspot.agent/sun.jvm.hotspot.utilities
* jdk.hotspot.agent/sun.jvm.hotspot.oops
* jdk.hotspot.agent/sun.jvm.hotspot.debugger
* @run driver TestDefaultMethods
* @run main TestDefaultMethods
*/
public class TestDefaultMethods {