RFR: 8345347: Test runtime/cds/TestDefaultArchiveLoading.java should accept VM flags or be marked as flagless [v2]

Calvin Cheung ccheung at openjdk.org
Mon Jun 2 16:55:54 UTC 2025


On Mon, 2 Jun 2025 16:41:07 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:

>> Currently this test uses `ProcessTools.createLimitedTestJavaProcessBuilder()` to ignore vm flags, so this patch changes the method to `ProcessTools.createTestJavaProcessBuilder()` to allow for more extensive training. Because ZGC is incompatible with heap dumping, is is disabled on this test. Verified locally and through tiered testing.
>
> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Stefan comment

LGTM.

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

Marked as reviewed by ccheung (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25591#pullrequestreview-2889243196


More information about the hotspot-runtime-dev mailing list