--- old/src/hotspot/share/gc/g1/g1InitialMarkToMixedTimeTracker.hpp 2018-03-12 10:02:24.039596087 -0400 +++ new/src/hotspot/share/gc/g1/g1InitialMarkToMixedTimeTracker.hpp 2018-03-12 10:02:23.290527060 -0400 @@ -32,7 +32,7 @@ // After calling the initial mark/mixed gc notifications, the result can be // obtained in last_marking_time() once, after which the tracking resets. // Any pauses recorded by add_pause() will be subtracted from that results. -class G1InitialMarkToMixedTimeTracker VALUE_OBJ_CLASS_SPEC { +class G1InitialMarkToMixedTimeTracker { private: bool _active; double _initial_mark_end_time;