Integrated: 8314831: NMT tests ignore vm flags

Mikhailo Seledtsov mseledtsov at openjdk.org
Thu Sep 7 17:16:57 UTC 2023


On Wed, 6 Sep 2023 02:49:40 GMT, Mikhailo Seledtsov <mseledtsov at openjdk.org> wrote:

> Some NMT tests do not pass Java/JVM test command line options (flags) to the child process. Such tests should be examined and broken down into 2 categories:
>   - a test intentionally does not pass flags to child process - mark such tests with "@requires vm.flagless"
>   - tests did not pass flags to child process by mistake - fix them to use the right ProcessTools method that passes test flags to child process
> 
> For details see the JBS issue, including on how the tests were assigned to each category and the reasoning behind it.

This pull request has now been integrated.

Changeset: 9bf3dee2
Author:    Mikhailo Seledtsov <mseledtsov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9bf3dee2424bd8ccbc7ef0175c6e7165ff5cf1c6
Stats:     29 lines in 11 files changed: 11 ins; 0 del; 18 mod

8314831: NMT tests ignore vm flags

Reviewed-by: lmesnik, stuefe, gziemski

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

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


More information about the hotspot-runtime-dev mailing list