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 ddd07b1 commit bfdafb7Copy full SHA for bfdafb7
src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp
@@ -236,9 +236,11 @@ void CompilerToVM::Data::initialize(JVMCI_TRAPS) {
236
assert(base != nullptr, "unexpected byte_map_base");
237
cardtable_start_address = base;
238
cardtable_shift = CardTable::card_shift();
239
+#if INCLUDE_SHENANDOAHGC
240
} else if (bs->is_a(BarrierSet::ShenandoahBarrierSet)) {
241
cardtable_start_address = nullptr;
242
243
+#endif
244
} else {
245
// No card mark barriers
246
0 commit comments