--- old/src/hotspot/share/c1/c1_RangeCheckElimination.hpp 2018-03-09 13:55:40.510792998 -0500 +++ new/src/hotspot/share/c1/c1_RangeCheckElimination.hpp 2018-03-09 13:55:39.683287444 -0500 @@ -34,7 +34,7 @@ }; // Implementation -class RangeCheckEliminator VALUE_OBJ_CLASS_SPEC { +class RangeCheckEliminator { private: int _number_of_instructions; bool _optimistic; // Insert predicates and deoptimize when they fail