RFR: 8321550: Update several runtime/cds tests to use vm flags or mark as flagless [v2]
Matias Saavedra Silva
matsaave at openjdk.org
Thu Mar 28 20:26:33 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
Thanks for the fix, approved!
-------------
Marked as reviewed by matsaave (Committer).
PR Review: https://git.openjdk.org/jdk/pull/18520#pullrequestreview-1967207030
More information about the hotspot-runtime-dev
mailing list