Cache and reuse ParMarkBitMap::live_words_in_range() results in Parallel GC

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P3
    • tbd
    • Affects Version/s: 9
    • Component/s: hotspot
    • gc

      Parallel gc uses ParMarkBitMap::live_words_in_range() a lot to calculate the amount of live words within a range of memory during full gc.

      Tests showed that its return value could be cached and reused to improve full gc performance significantly.

      Contributed by T. Lei, see http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2015-December/015899.html for the initial thread.

            Assignee:
            Unassigned
            Reporter:
            Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: