Integrated: 8359788: Internal Error: assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
Igor Veresov
iveresov at openjdk.org
Wed Jun 25 06:48:32 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.
This pull request has now been integrated.
Changeset: 5c4f92ba
Author: Igor Veresov <iveresov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5c4f92ba9a2b820fa12920400c9037b5d3c37aa4
Stats: 7 lines in 1 file changed: 6 ins; 0 del; 1 mod
8359788: Internal Error: assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/25965
More information about the hotspot-compiler-dev
mailing list