< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahArguments.cpp

Print this page
rev 52371 : [mq]: lvb.patch

*** 190,199 **** --- 190,204 ---- if (FLAG_IS_DEFAULT(MaxNodeLimit)) { FLAG_SET_DEFAULT(MaxNodeLimit, MaxNodeLimit * 3); FLAG_SET_DEFAULT(NodeLimitFudgeFactor, NodeLimitFudgeFactor * 3); } #endif + + if (ShenandoahLoadRefBarrier) { + // TODO: Disabled because not supported yet. Please implement. + FLAG_SET_DEFAULT(ShenandoahVerifyOptoBarriers, false); + } } size_t ShenandoahArguments::conservative_max_heap_alignment() { size_t align = ShenandoahMaxRegionSize; if (UseLargePages) {
< prev index next >