[jdk13u-dev] RFR: 8286277: CDS VerifyError when calling clone() on object array
Yuri Nesterenko
yan at openjdk.org
Fri Jul 22 13:14:04 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."
Marked as reviewed by yan (Reviewer).
-------------
PR: https://git.openjdk.org/jdk13u-dev/pull/376
More information about the jdk-updates-dev
mailing list