< prev index next >

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

Print this page

        

@@ -79,11 +79,11 @@
     double when = when_sec(current_time, pause_time);
     return (jlong) (when * 1000.0);
   }
 };
 
-class G1MMUTrackerQueueElem VALUE_OBJ_CLASS_SPEC {
+class G1MMUTrackerQueueElem {
 private:
   double _start_time;
   double _end_time;
 
 public:
< prev index next >