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

NMT: incorrect assertion in VMMemPointerIterator::remove_released_region method (memSnapshot.cpp)

XMLWordPrintable

    • b11
    • generic
    • generic

        The bug is discovered during backport.

        The following assertion is intended to check that there is not more committed regions for the region to be released. It is not the case for partial releases, which can still have committed regions for the reserved regions that are not going to be released.

            VMMemRegion* next_region = (VMMemRegion*)peek_next();
            // should not have any committed memory in this reserved region
            assert(next_region == NULL || !next_region->is_committed_region(), "Sanity check");

              zgu Zhengyu Gu
              zgu Zhengyu Gu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: