Integrated: 8313905: Checked_cast assert in CDS compare_by_loader

Coleen Phillimore coleenp at openjdk.org
Thu Aug 10 15:40:31 UTC 2023


On Wed, 9 Aug 2023 12:28:50 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Fix a checked_cast<> assert caused by changes to CDS code, but not using address calculations for comparison operators for class loaders or InstanceKlass pointers.
> Tested with tier1-4 on linux-x64-debug and windows-x64-debug.

This pull request has now been integrated.

Changeset: bd1b9427
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bd1b9427410c458215e9e89eeff6e4d30592a4a4
Stats:     6 lines in 2 files changed: 4 ins; 0 del; 2 mod

8313905: Checked_cast assert in CDS compare_by_loader

Reviewed-by: dlong, iklam

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

PR: https://git.openjdk.org/jdk/pull/15208


More information about the hotspot-dev mailing list