Integrated: 8326742: Change compiler tests without additional VM flags from @run driver to @run main

Evgeny Nikitin enikitin at openjdk.org
Tue Apr 30 15:51:13 UTC 2024


On Fri, 19 Apr 2024 06:11:15 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:

> The idea of the bug was to lower down the number of tests that use driver mode incorrectly. My investigation shows up that the vast majority of such tests start other processes and in fact are more of the wrappers around that processes. Most of the secondary processes are started using ProcessTools and therefore getting additional VM flags provided by user.
> 
> I found only one test that seem to use driver mode incorrectly, this PR fixes it.
> Testing: tiers1-5, linux-x64/aarch64, macosx-x64/aarch64, windows-x64, all in debug flavours.

This pull request has now been integrated.

Changeset: 130f71ca
Author:    Evgeny Nikitin <enikitin at openjdk.org>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/130f71cadca5b46d9bf589708dcea03ad51e8de0
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8326742: Change compiler tests without additional VM flags from @run driver to @run main

Reviewed-by: kvn, thartmann, chagedorn

-------------

PR: https://git.openjdk.org/jdk/pull/18854


More information about the hotspot-compiler-dev mailing list