If a list of tests is executed in agentvm mode, a subset of that list is scheduled for execution on a single JVM instance. Some JVM bugs now require execution of several tests in a specific order to trigger and therefore only show up in the rare case when tests are scheduled in this specific order on one of the agent VMs.
To reproduce such issues more reliably, we need a way to execute a list of tests in that order on a single VM instance. For example, the following command executes the tests in "list" in alphabetical order instead of the order in which they appear in the list:
jtreg -jdk:/my/vm/path -agentvm -conc:1 @list
To reproduce such issues more reliably, we need a way to execute a list of tests in that order on a single VM instance. For example, the following command executes the tests in "list" in alphabetical order instead of the order in which they appear in the list:
jtreg -jdk:/my/vm/path -agentvm -conc:1 @list