RFR: 8313909: [JVMCI] assert(cp->tag_at(index).is_unresolved_klass()) in lookupKlassInPool
Yudi Zheng
yzheng at openjdk.org
Wed Jul 10 08:40:15 UTC 2024
On Wed, 10 Jul 2024 07:26:57 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> This PR converts a very rare assertion failure into an exception throw that will a) be more informative about the unexpected value in debug build and b) bailout of a compilation in product builds.
Marked as reviewed by yzheng (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/20105#pullrequestreview-2168430361
More information about the hotspot-compiler-dev
mailing list