--- old/src/share/vm/opto/regmask.cpp 2016-02-10 13:07:51.384702169 -0800 +++ new/src/share/vm/opto/regmask.cpp 2016-02-10 13:07:51.186684505 -0800 @@ -389,7 +389,7 @@ //------------------------------Size------------------------------------------- // Compute size of register mask in bits uint RegMask::Size() const { - extern uint8_t bitsInByte[512]; + extern uint8_t bitsInByte[256]; uint sum = 0; for( int i = 0; i < RM_SIZE; i++ ) sum +=