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

Concurrent mark initialization takes too long

XMLWordPrintable

    • gc
    • b116
    • Not verified

      Concurrent mark needs to clear internal data structures (in ConcurrentMark::clear_all_count_data()) every marking cycle.

      This data structure can get really huge (80G+ @ 3T heap with 800 threads), so it takes a long time to process that data structure by a single thread.

      Even startup is delayed by ~15mins by that on such machines

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

              Created:
              Updated:
              Resolved: