[lworld] RFR: 8377097: [lworld] runtime/valhalla/inlinetypes/classloading/ConcurrentClassLoadingTest.java fails assert(acmp_maps_array->length() == map->length()) failed: sanity

Matias Saavedra Silva matsaave at openjdk.org
Wed Feb 18 17:37:26 UTC 2026


On Wed, 18 Feb 2026 17:29:16 GMT, Coleen Phillimore <coleenp 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!

Thanks for the review @coleenp!

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

PR Comment: https://git.openjdk.org/valhalla/pull/2111#issuecomment-3922184865


More information about the valhalla-dev mailing list