We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5110530 commit c25e2fdCopy full SHA for c25e2fd
src/hotspot/share/gc/shenandoah/shenandoahArguments.cpp
@@ -60,11 +60,9 @@ void ShenandoahArguments::initialize() {
60
}
61
62
// Enable NUMA by default. While Shenandoah is not NUMA-aware, enabling NUMA makes
63
- // storage allocation code NUMA-aware, and NUMA interleaving makes the storage
64
- // allocated in consistent manner (interleaving) to minimize run-to-run variance.
+ // storage allocation code NUMA-aware.
65
if (FLAG_IS_DEFAULT(UseNUMA)) {
66
FLAG_SET_DEFAULT(UseNUMA, true);
67
- FLAG_SET_DEFAULT(UseNUMAInterleaving, true);
68
69
70
// Set up default number of concurrent threads. We want to have cycles complete fast
0 commit comments