Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8268565: runtime/records/RedefineRecord.java should be run in driver …
…mode

Reviewed-by: hseigel
  • Loading branch information
iignatev committed Jun 11, 2021
1 parent df65237 commit 94d0b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/runtime/records/RedefineRecord.java
Expand Up @@ -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;
Expand Down

1 comment on commit 94d0b0f

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.