RFR: 8321550: Update several runtime/cds tests to use vm flags or mark as flagless [v2]

Ioi Lam iklam at openjdk.org
Fri Mar 29 16:45:31 UTC 2024


On Wed, 27 Mar 2024 21:24:31 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Simple update to a few CDS tests:
>> 
>> - add `@requires vm.flagless` if the test is using `ProcessTools.createLimitedTestJavaProcessBuilder()`;
>> - some tests are using `ProcessTools.createLimitedTestJavaProcessBuilder()` by mistake; change it back to `ProcessTools.createTestJavaProcessBuilder()`.
>> 
>> Passed tiers 1 - 3 testing.
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   align arguments

LGTM

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

Marked as reviewed by iklam (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18520#pullrequestreview-1969007886


More information about the hotspot-runtime-dev mailing list