On Fri, 13 Feb 2026 23:32:01 GMT, Matias Saavedra Silva <[email protected]> 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. This pull request has now been integrated. Changeset: 4d394911 Author: Matias Saavedra Silva <[email protected]> URL: https://git.openjdk.org/valhalla/commit/4d394911db8cb0d3bc6a02cc12aa17e0cca75336 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8377097: [lworld] runtime/valhalla/inlinetypes/classloading/ConcurrentClassLoadingTest.java fails assert(acmp_maps_array->length() == map->length()) failed: sanity Reviewed-by: coleenp ------------- PR: https://git.openjdk.org/valhalla/pull/2111
