RFR: 8321550: Update several runtime/cds tests to use vm flags or mark as flagless
Calvin Cheung
ccheung at openjdk.org
Wed Mar 27 17:26: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.
-------------
Commit messages:
- 8321550: Update several runtime/cds tests to use vm flags or mark as flagless
Changes: https://git.openjdk.org/jdk/pull/18520/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18520&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8321550
Stats: 4 lines in 4 files changed: 2 ins; 0 del; 2 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