Skip to content

Commit 1041efe

Browse files
committedApr 28, 2020
8243946: serviceability/sa and jvmti tests fail after JDK-8243928
Reviewed-by: dholmes, mikael, sspitsyn
1 parent ae9d563 commit 1041efe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎test/hotspot/jtreg/serviceability/jvmti/CanGenerateAllClassHook/CanGenerateAllClassHook.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @requires vm.cds
3131
* @library /test/lib
3232
* @compile CanGenerateAllClassHook.java
33-
* @run driver/native CanGenerateAllClassHook
33+
* @run main/native CanGenerateAllClassHook
3434
*/
3535

3636
import jdk.test.lib.cds.CDSTestUtils;

‎test/hotspot/jtreg/serviceability/sa/TestCpoolForInvokeDynamic.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* jdk.hotspot.agent/sun.jvm.hotspot.oops
5353
* jdk.hotspot.agent/sun.jvm.hotspot.debugger
5454
* jdk.hotspot.agent/sun.jvm.hotspot.ui.classbrowser
55-
* @run driver TestCpoolForInvokeDynamic
55+
* @run main TestCpoolForInvokeDynamic
5656
*/
5757

5858
public class TestCpoolForInvokeDynamic {

‎test/hotspot/jtreg/serviceability/sa/TestDefaultMethods.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* jdk.hotspot.agent/sun.jvm.hotspot.utilities
5151
* jdk.hotspot.agent/sun.jvm.hotspot.oops
5252
* jdk.hotspot.agent/sun.jvm.hotspot.debugger
53-
* @run driver TestDefaultMethods
53+
* @run main TestDefaultMethods
5454
*/
5555

5656
public class TestDefaultMethods {

0 commit comments

Comments
 (0)
Please sign in to comment.