--- old/src/hotspot/share/metaprogramming/integralConstant.hpp 2018-03-07 23:09:20.709994101 -0500 +++ new/src/hotspot/share/metaprogramming/integralConstant.hpp 2018-03-07 23:09:19.751667892 -0500 @@ -44,7 +44,7 @@ // T is an integral type, and is the value_type. // v is an integral constant, and is the value. template -struct IntegralConstant VALUE_OBJ_CLASS_SPEC { +struct IntegralConstant { typedef T value_type; static const value_type value = v; typedef IntegralConstant type;