< prev index next >

src/share/vm/gc/g1/concurrentMark.hpp

Print this page
rev 9733 : [mq]: webrev.00
rev 9734 : [mq]: webrev.01
rev 9735 : [mq]: webrev.02

@@ -352,11 +352,11 @@
   // to determine the points between the end of concurrent marking and
   // time of remark.
   volatile bool           _concurrent_marking_in_progress;
 
   // Keep track of whether we have started concurrent phase or not.
-  volatile bool           _concurrent_phase_started;
+  bool                    _concurrent_phase_started;
 
   // All of these times are in ms
   NumberSeq _init_times;
   NumberSeq _remark_times;
   NumberSeq _remark_mark_times;
< prev index next >