In ASAN builds, before- and after- memory regions are poisoned for checking out-of-bound access. ChunkManager merge adjacent chunks and may commit the larger chunk at once. The poisoned area will be touched in this case and ASAN asserts.
- links to
-
Review(master) openjdk/jdk/27248