Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8365385

[asan] os::pretouch_memory() is not compatible with ASAN

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • 26
    • None
    • hotspot

      In ASAN builds, before- and after- memory regions are poisoned. ChunkManager merge adjacent chunks and may commit the larger chunk at once. The poisoned area will be touched in this case and ASAN asserts.
      Enough to exclude os::pretouch_memory() from ASAN instrumentation.

            azafari Afshin Zafari
            azafari Afshin Zafari
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: