8268565: runtime/records/RedefineRecord.java should be run in driver mode

Backport-of: 94d0b0f9810bd1a8da06ec267a1c7589d6cb756b
This commit is contained in:
Igor Ignatyev 2021-06-11 03:12:50 +00:00
parent e3eef3b41a
commit bd9c2fa73b

View File

@ -29,8 +29,8 @@
* @modules java.base/jdk.internal.misc
* @modules java.instrument
* @requires vm.jvmti
* @run main RedefineRecord buildagent
* @run main/othervm/timeout=6000 RedefineRecord runtest
* @run driver RedefineRecord buildagent
* @run driver/timeout=6000 RedefineRecord runtest
*/
import java.io.FileNotFoundException;