RFR: 8359788: Internal Error: assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
Tobias Hartmann
thartmann at openjdk.org
Wed Jun 25 06:32:27 UTC 2025
On Wed, 25 Jun 2025 01:13:46 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
> For object arrays we forgot to check if the element type if loaded and always returned `true` from `is_klass_loaded()`.
> Testing is a bit noisy but seems to be clean.
Looks reasonable to me too.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25965#pullrequestreview-2956806215
More information about the hotspot-compiler-dev
mailing list