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