--- old/src/share/vm/runtime/vmStructs.cpp 2014-04-24 15:53:12.000000000 -1000 +++ new/src/share/vm/runtime/vmStructs.cpp 2014-04-24 15:53:12.000000000 -1000 @@ -2586,7 +2586,7 @@ /* Calling convention constants */ \ /********************************/ \ \ - declare_constant(RegisterImpl::number_of_registers) \ + declare_constant(Register::number_of_registers) \ declare_constant(ConcreteRegisterImpl::number_of_registers) \ declare_preprocessor_constant("REG_COUNT", REG_COUNT) \ declare_c2_preprocessor_constant("SAVED_ON_ENTRY_REG_COUNT", SAVED_ON_ENTRY_REG_COUNT) \