[jdk17u-dev] Integrated: 8286277: CDS VerifyError when calling clone() on object array

Jan Kratochvil duke at openjdk.org
Thu Jul 7 11:49:56 UTC 2022


On Thu, 30 Jun 2022 18:48:34 GMT, Jan Kratochvil <duke at openjdk.org> wrote:

> This bug has been faced by a customer and this backport does work for them.
> 
> 
> I am not yet an Author - I do not have JBS account.
> The testcase works after backporting:
> 
>    TEST                                              TOTAL  PASS  FAIL ERROR
>    jtreg:test/hotspot/jtreg/runtime/cds/appcds/VerifyObjArrayCloneTest.java
>                                                          1     1     0     0
>    jtreg:test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/VerifyObjArrayCloneTest.java
>                                                          1     1     0     0
> 
> And there is no regression:
> 
> ->> jtreg:test/hotspot/jtreg:tier1                     1817  1810     7     0 <<
> +>> jtreg:test/hotspot/jtreg:tier1                     1818  1811     7     0 <<

This pull request has now been integrated.

Changeset: 363a8ffd
Author:    Jan Kratochvil <jkratochvil at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/363a8ffdaf1400af0511fa596a574a48d6a5bd9f
Stats:     348 lines in 7 files changed: 339 ins; 0 del; 9 mod

8286277: CDS VerifyError when calling clone() on object array

Backport-of: 646c8aaeeccb494c72ff84c6e0f303f790be0ba9

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

PR: https://git.openjdk.org/jdk17u-dev/pull/519


More information about the jdk-updates-dev mailing list