Skip to content

Commit cae00b2

Browse files
committed
Revert "/* testing B.O.B */"
This reverts commit dd8cf24. Change-Id: Id3d1c9176a18dc2e0a7ac35573b17510e25b9dea
1 parent e284f57 commit cae00b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime/gc_base/IndexableObjectAllocationModel.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,7 @@ MM_IndexableObjectAllocationModel::getSparseAddressAndDecommitLeaves(MM_Environm
434434
byteAmount = _dataSize;
435435
void *virtualLargeObjectHeapAddress = extensions->largeObjectVirtualMemory->allocateSparseFreeEntryAndMapToHeapObject(spine, byteAmount);
436436

437-
/* testing B.O.B */
438-
for (uintptr_t idx = 0; idx <= arrayReservedRegionCount; idx++) {
437+
for (uintptr_t idx = 0; idx < arrayReservedRegionCount; idx++) {
439438
extensions->largeObjectVirtualMemory->setAllocationContextForAddress(virtualLargeObjectHeapAddress, reservedRegionAllocationContexts[idx], idx);
440439
}
441440

0 commit comments

Comments
 (0)