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

Shenandoah: important flags should not be ergonomic for concurrent class unloading

XMLWordPrintable

    • gc
    • b06

        SHENANDOAH_ERGO_ENABLE_FLAG opens these flags for user override, which would break:

        void ShenandoahNormalMode::initialize_flags() const {
        ...
         if (ShenandoahConcurrentRoots::can_do_concurrent_class_unloading()) {
            SHENANDOAH_ERGO_ENABLE_FLAG(ShenandoahSuspendibleWorkers);
            SHENANDOAH_ERGO_DISABLE_FLAG(VerifyBeforeExit);
          }
        ...

              shade Aleksey Shipilev
              shade Aleksey Shipilev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: