Integrated: 8345347: Test runtime/cds/TestDefaultArchiveLoading.java should accept VM flags or be marked as flagless

Matias Saavedra Silva matsaave at openjdk.org
Wed Jun 4 14:19:02 UTC 2025


On Mon, 2 Jun 2025 14:39:55 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.

This pull request has now been integrated.

Changeset: a2723d91
Author:    Matias Saavedra Silva <matsaave at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a2723d91dfba2850e3070083fa94dc3fecc46a00
Stats:     6 lines in 1 file changed: 4 ins; 0 del; 2 mod

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

Reviewed-by: lmesnik, stefank, ccheung

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

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


More information about the hotspot-runtime-dev mailing list