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

G1DummyRegionsPerGC fires assert of assert(words <= filler_array_max_size()) failed: too big for a single object

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b96

      VM tries to add dummy regions with humongous object on non-product build but filler_array_max_size is limited to humongous threshold.

      assert(words <= filler_array_max_size(), "too big for a single object") from CollectedHeap::fill_with_object_impl().



            sangheki Sangheon Kim
            sangheki Sangheon Kim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: