RFR: 8314828: Mark 3 jcmd command-line options test as vm.flagless

Leonid Mesnik lmesnik at openjdk.org
Thu Aug 24 22:43:07 UTC 2023


On Wed, 23 Aug 2023 22:58:05 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> Mark 3 tests as flagless to don't run them if not needed. Also, small clean up.

You could use TEST_VM_FLAGLESS=false to forcibly ignore any vm.flagless and run them in testing.  Or configure behavior in VMProps file. Currently, options like 'MaxRAMPercentage' and 'CreateCoredumpOnCrash' are ignored and the list could be extended.

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

PR Comment: https://git.openjdk.org/jdk/pull/15407#issuecomment-1692506129


More information about the serviceability-dev mailing list