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);
          }
        ...

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

                Created:
                Updated:
                Resolved: