File tree 3 files changed +3
-3
lines changed
test/hotspot/jtreg/serviceability
jvmti/CanGenerateAllClassHook
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
* @requires vm.cds
31
31
* @library /test/lib
32
32
* @compile CanGenerateAllClassHook.java
33
- * @run driver /native CanGenerateAllClassHook
33
+ * @run main /native CanGenerateAllClassHook
34
34
*/
35
35
36
36
import jdk .test .lib .cds .CDSTestUtils ;
Original file line number Diff line number Diff line change 52
52
* jdk.hotspot.agent/sun.jvm.hotspot.oops
53
53
* jdk.hotspot.agent/sun.jvm.hotspot.debugger
54
54
* jdk.hotspot.agent/sun.jvm.hotspot.ui.classbrowser
55
- * @run driver TestCpoolForInvokeDynamic
55
+ * @run main TestCpoolForInvokeDynamic
56
56
*/
57
57
58
58
public class TestCpoolForInvokeDynamic {
Original file line number Diff line number Diff line change 50
50
* jdk.hotspot.agent/sun.jvm.hotspot.utilities
51
51
* jdk.hotspot.agent/sun.jvm.hotspot.oops
52
52
* jdk.hotspot.agent/sun.jvm.hotspot.debugger
53
- * @run driver TestDefaultMethods
53
+ * @run main TestDefaultMethods
54
54
*/
55
55
56
56
public class TestDefaultMethods {
You can’t perform that action at this time.
0 commit comments