Skip to content

Commit

Permalink
Update createramclass.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
h3110n3rv3 committed Dec 17, 2024
1 parent 131afed commit 1037394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/vm/createramclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4098,7 +4098,6 @@ internalAllocateRAMClass(J9JavaVM *javaVM, J9ClassLoader *classLoader, RAMClassA
allocAddress += alignmentShift + request->fragmentSize;
fragmentsLeftToAllocate--;
}

/* Add a new block with the remaining space at the end of this segment, if any, to an appropriate free list */
if (allocAddress != (UDATA)newSegment->heapTop) {
addBlockToFreeList(classLoader, (UDATA)allocAddress, ((UDATA)newSegment->heapTop) - allocAddress, &classLoader->inFrequentlyAccessedBlock, classLoader->ramClassUDATABlocks.ramClassInFreqUDATABlockFreeList);
Expand Down

0 comments on commit 1037394

Please sign in to comment.