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

Fix type-O in "8159422: Very high Concurrent Mark mark stack contention"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 10
    • 10
    • hotspot
    • None
    • gc
    • b40

        In 8159422 MmapArrayAllocator::allocate_or_null was crafted by copying MmapArrayAllocator::allocate. The call to os::commit_memory_or_exit was changed to os::commit_memory. It was forgotten to remove the string containing the error message. The string is interpreted as a bool by the compiler, effectively calling the wrong commit_memory with signature (char*, size_t, size_t, bool) instead of (char*, size_t, bool)

              goetz Goetz Lindenmaier
              goetz Goetz Lindenmaier
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: