< prev index next >

src/hotspot/share/gc/g1/g1InitialMarkToMixedTimeTracker.hpp

Print this page

        

@@ -30,11 +30,11 @@
 
 // Used to track time from the end of initial mark to the first mixed GC.
 // 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;
   double _mixed_start_time;
   double _total_pause_time;
< prev index next >