diff --git a/runtime/vm/createramclass.cpp b/runtime/vm/createramclass.cpp index 397ec663c4c..163a47f91a0 100644 --- a/runtime/vm/createramclass.cpp +++ b/runtime/vm/createramclass.cpp @@ -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);