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

Yuri Nesterenko yan at openjdk.org
Tue Jul 19 07:38:07 UTC 2022


On Tue, 19 Jul 2022 06:15:51 GMT, Jan Kratochvil <duke at openjdk.org> wrote:

> There was [a clean accepted backport to OpenJDK-17](https://github.com/openjdk/jdk17u-dev/pull/519).
> 
> This OpenJDK-15 backport is not clean as the original commit errors on OpenJDK-15 with:
> 
> TEST RESULT: Error. can't find jdk.test.lib.helpers.ClassFileInstaller in test directory or libraries
> 
> as OpenJDK-15 is missing:
>  * [JDK-8263412](https://bugs.openjdk.org/browse/JDK-8263412): ClassFileInstaller can't be used by classes outside of default package
> 
> 
> 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_cds tier1"`.
>  * runtime/cds/appcds/VerifyObjArrayCloneTest.java
>  * runtime/cds/appcds/dynamicArchive/VerifyObjArrayCloneTest.java
>  * runtime/verifier/InvokeClone.java

Marked as reviewed by yan (Reviewer).

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

PR: https://git.openjdk.org/jdk15u-dev/pull/236


More information about the jdk-updates-dev mailing list