< prev index next >

src/share/vm/gc/shenandoah/shenandoahHeap.hpp

Print this page
rev 12191 : [mq]: cancel.patch

@@ -122,11 +122,11 @@
   size_t _in_cset_fast_test_length;
 
   HeapWord** _top_at_mark_starts;
   HeapWord** _top_at_mark_starts_base;
 
-  bool _cancelled_concgc;
+  volatile bool _cancelled_concgc;
 
   jbyte _growing_heap;
 
   size_t _bytes_allocated_since_cm;
   size_t _bytes_allocated_during_cm;
< prev index next >