RFR: 8321550: Update several runtime/cds tests to use vm flags or mark as flagless [v2]
Calvin Cheung
ccheung at openjdk.org
Wed Mar 27 21:24:31 UTC 2024
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18520/files
- new: https://git.openjdk.org/jdk/pull/18520/files/00a4d455..2ee9dda6
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18520&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18520&range=00-01
Stats: 10 lines in 2 files changed: 0 ins; 0 del; 10 mod
Patch: https://git.openjdk.org/jdk/pull/18520.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18520/head:pull/18520
PR: https://git.openjdk.org/jdk/pull/18520
More information about the hotspot-runtime-dev
mailing list