Integrated: 8278131: runtime/cds/appcds/dynamicArchive/* tests failing in loom repo
Calvin Cheung
ccheung at openjdk.java.net
Thu Dec 16 02:36:01 UTC 2021
On Tue, 14 Dec 2021 23:14:38 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> A few dynamic archive CDS tests are failing in the loom repo due to more aggressive GC of code cache
> which leads to unloading of some classes before being written into a dynamic CDS archive.
>
> This change is to make the affected tests more reliable by ensuring the test classes are not unloaded
> during dynamic CDS dump time.
>
> Testing: Oracle CI tiers 1,2,4.
This pull request has now been integrated.
Changeset: 0dbe4c5d
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/0dbe4c5d516a5e43934cb18f3becaf2a7f90999f
Stats: 66 lines in 9 files changed: 52 ins; 0 del; 14 mod
8278131: runtime/cds/appcds/dynamicArchive/* tests failing in loom repo
Reviewed-by: iklam, dholmes, minqi
-------------
PR: https://git.openjdk.java.net/jdk/pull/6843
More information about the hotspot-runtime-dev
mailing list