[jdk15u-dev] Integrated: 8286277: CDS VerifyError when calling clone() on object array
Jan Kratochvil
duke at openjdk.org
Tue Jul 19 07:49:25 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
This pull request has now been integrated.
Changeset: ce091ab8
Author: Jan Kratochvil <jkratochvil at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL: https://git.openjdk.org/jdk15u-dev/commit/ce091ab8dca52151939d833b6a2c9efb408699ab
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/jdk15u-dev/pull/236
More information about the jdk-updates-dev
mailing list