After JDK-8263002 (Remove CDS MiscCode region), there are still some comments that mention the MC region. E.g.,
archiveBuilder.cpp:
// RelocateBufferToRequested --- Relocate all the pointers in mc/rw/ro,
// - ArchivePtrMarker::ptrmap() marks all the pointers in the mc/rw/ro regions
// Translate the buffers used by the MC/RW/RO regions to their eventual (requested) locations
// mc/rw/ro regions only
metaspaceShared.hpp:
// Alignment for the 3 core CDS regions (MC/RW/RO) only.
archiveBuilder.cpp:
// RelocateBufferToRequested --- Relocate all the pointers in mc/rw/ro,
// - ArchivePtrMarker::ptrmap() marks all the pointers in the mc/rw/ro regions
// Translate the buffers used by the MC/RW/RO regions to their eventual (requested) locations
// mc/rw/ro regions only
metaspaceShared.hpp:
// Alignment for the 3 core CDS regions (MC/RW/RO) only.