Skip to content

Commit bd9c2fa

Browse files
committedJun 11, 2021
8268565: runtime/records/RedefineRecord.java should be run in driver mode
Backport-of: 94d0b0f
1 parent e3eef3b commit bd9c2fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/hotspot/jtreg/runtime/records/RedefineRecord.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
* @modules java.base/jdk.internal.misc
3030
* @modules java.instrument
3131
* @requires vm.jvmti
32-
* @run main RedefineRecord buildagent
33-
* @run main/othervm/timeout=6000 RedefineRecord runtest
32+
* @run driver RedefineRecord buildagent
33+
* @run driver/timeout=6000 RedefineRecord runtest
3434
*/
3535

3636
import java.io.FileNotFoundException;

0 commit comments

Comments
 (0)
Please sign in to comment.