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

GenShen: Crash with small GCCardSizeInBytes and small Java heap

XMLWordPrintable

    • gc
    • ppc, aarch64

      The VM crashes on platforms with 64kB pages (MacOS aarch64, PPC64):
      java -XX:GCCardSizeInBytes=128 -Xmx8m -XX:+UseShenandoahGC -XX:+UnlockExperimentalVMOptions -XX:ShenandoahGCMode=generational -version

      shenandoahScanRemembered.cpp:865
      assert(smallest_chunk_size_words() << (_maximum_groups - 1) == _maximum_chunk_size_words) failed: Maximum number of groups needs to span maximum chunk size to smallest chunk size

            kdnilsen Kelvin Nilsen
            mdoerr Martin Doerr
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: