48c48
< m_data_block_mask = ~ (~0 << RubySystem::getBlockSizeBits());
---
> m_data_block_mask = mask(RubySystem::getBlockSizeBits());