Skip to content

Commit 59b437a

Browse files
committed
8383634: AOTCodeTest fails intermittently with Parallel
Reviewed-by: shade, kvn
1 parent 7ecd0ea commit 59b437a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/hotspot/share/code/aotCodeCache.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,10 +2400,6 @@ int AOTCodeAddressTable::id_for_address(address addr, RelocIterator reloc, CodeB
24002400
if (addr == (address)-1) { // Static call stub has jump to itself
24012401
return id;
24022402
}
2403-
// Check card_table_base address first since it can point to any address
2404-
BarrierSet* bs = BarrierSet::barrier_set();
2405-
bool is_const_card_table_base = !UseG1GC && !UseShenandoahGC && bs->is_a(BarrierSet::CardTableBarrierSet);
2406-
guarantee(!is_const_card_table_base || addr != ci_card_table_address_const(), "sanity");
24072403
// fast path for stubs and external addresses
24082404
if (_hash_table != nullptr) {
24092405
int *result = _hash_table->get(addr);

0 commit comments

Comments
 (0)