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

Shenandoah: passive mode should support enabling ShenandoahCardBarrier

XMLWordPrintable

    • gc

      Passive mode in shenandoah is useful to diagnose barrier problems since it disables barriers by default[1]. We can enable barriers selectively and isolate problems. However, it does not support enabling ShenandoahCardBarrier[2].

      We should have the support so we can troubleshoot card barrier related problems easier.


      [1]: https://github.com/openjdk/jdk/blob/master/src/hotspot/share/gc/shenandoah/mode/shenandoahPassiveMode.cpp#L45-L50
      [2]: https://github.com/openjdk/jdk/blob/master/src/hotspot/share/gc/shenandoah/mode/shenandoahPassiveMode.cpp#L55C31-L55C52

            ruili Rui Li
            ruili Rui Li
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: