Integrated: 8321550: Update several runtime/cds tests to use vm flags or mark as flagless

Calvin Cheung ccheung at openjdk.org
Fri Mar 29 18:07:36 UTC 2024


On Wed, 27 Mar 2024 17:21:56 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.

This pull request has now been integrated.

Changeset: d1b51e39
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d1b51e39c952df4885a424afd01161c601ef0f72
Stats:     14 lines in 4 files changed: 2 ins; 0 del; 12 mod

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

Reviewed-by: matsaave, iklam

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

PR: https://git.openjdk.org/jdk/pull/18520


More information about the hotspot-runtime-dev mailing list