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

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • 9
    • 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.

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

              Created:
              Updated: