--- old/hotspot/src/share/vm/runtime/vmStructs.cpp 2015-05-04 15:06:56.000000000 -0700 +++ new/hotspot/src/share/vm/runtime/vmStructs.cpp 2015-05-04 15:06:56.000000000 -0700 @@ -831,6 +831,8 @@ static_field(StubRoutines, _updateBytesCRC32, address) \ static_field(StubRoutines, _crc_table_adr, address) \ static_field(StubRoutines, _multiplyToLen, address) \ + static_field(StubRoutines, _squareToLen, address) \ + static_field(StubRoutines, _mulAdd, address) \ \ /*****************/ \ /* SharedRuntime */ \