Skip to content

Commit

Permalink
[Backport] 8266180: compiler/vectorapi/TestVectorErgonomics should be…
Browse files Browse the repository at this point in the history
… run in driver mode

Summary: 8266180: compiler/vectorapi/TestVectorErgonomics should be run in driver mode

Test Plan: ci jtreg

Reviewed-by: JoshuaZhuwj

Issue: #594
  • Loading branch information
JinZhonghui authored and JoshuaZhuwj committed Nov 6, 2023
1 parent 86346c6 commit 4588f18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @requires vm.compiler2.enabled
* @summary Check ergonomics for Vector API
* @library /test/lib
* @run main/othervm compiler.vectorapi.TestVectorErgonomics
* @run driver compiler.vectorapi.TestVectorErgonomics
*/

import jdk.test.lib.process.ProcessTools;
Expand Down

0 comments on commit 4588f18

Please sign in to comment.