[lworld] RFR: 8377097: [lworld] runtime/valhalla/inlinetypes/classloading/ConcurrentClassLoadingTest.java fails assert(acmp_maps_array->length() == map->length()) failed: sanity
Coleen Phillimore
coleenp at openjdk.org
Wed Feb 18 17:31:48 UTC 2026
On Fri, 13 Feb 2026 23:32:01 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> This assert was failing with concurrent class loading likely due to `map` being a naked oop that was GC'd before the assert was reached. Correcting `map` to `map_h` should fix the issue.
Looks good!
-------------
Marked as reviewed by coleenp (Committer).
PR Review: https://git.openjdk.org/valhalla/pull/2111#pullrequestreview-3821261004
More information about the valhalla-dev
mailing list