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

Jan Kratochvil duke at openjdk.org
Fri Jul 22 13:25:05 UTC 2022


On Fri, 22 Jul 2022 12:49:36 GMT, Jan Kratochvil <duke at openjdk.org> wrote:

> There was [a backport to OpenJDK-15](https://github.com/openjdk/jdk15u-dev/pull/236).
> 
> OpenJDK-13 backport: Moved files from
>> test/hotspot/jtreg/runtime/cds/appcds/
> 
> to
>> test/hotspot/jtreg/runtime/appcds/
> 
> as OpenJDK-13 is missing:
> - [8202339](https://bugs.openjdk.java.net/browse/JDK-8202339): [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
> 
> 
> I am not yet an Author - I do not have JBS account.
> There are 3 new testcases and the first 2 ones to be tested require the testsuite to be run with `TEST="hotspot_appcds tier1"`.
>  * runtime/appcds/VerifyObjArrayCloneTest.java
>  * runtime/appcds/dynamicArchive/VerifyObjArrayCloneTest.java
>  * runtime/verifier/InvokeClone.java
> 
> I have run the testsuite on _linux-musl-x64_, _linux32_, _linux64_, _macosx_ and _win64_ and there is no change of the results. The testcases are still Passing after backporting them to 13u-dev."

This pull request has now been integrated.

Changeset: 3a5ebd11
Author:    Jan Kratochvil <jkratochvil at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.org/jdk13u-dev/commit/3a5ebd110986720862cea29842b4298885bc50b1
Stats:     346 lines in 7 files changed: 337 ins; 0 del; 9 mod

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

Reviewed-by: yan
Backport-of: 646c8aaeeccb494c72ff84c6e0f303f790be0ba9

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

PR: https://git.openjdk.org/jdk13u-dev/pull/376


More information about the jdk-updates-dev mailing list