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

Stefan Karlsson stefank at openjdk.org
Tue Jun 3 06:11:52 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

Looks good!

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

Marked as reviewed by stefank (Reviewer).

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


More information about the hotspot-runtime-dev mailing list