src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
changeset 49392 2956d0ece7a9
parent 49377 ecd91135d645
child 49592 77fb0be7d19f
equal deleted inserted replaced
49391:02076019c25d 49392:2956d0ece7a9
  1857 
  1857 
  1858   return NULL;
  1858   return NULL;
  1859 }
  1859 }
  1860 
  1860 
  1861 #ifndef PRODUCT
  1861 #ifndef PRODUCT
  1862 class VerifyNoCSetOops VALUE_OBJ_CLASS_SPEC {
  1862 class VerifyNoCSetOops {
  1863 private:
  1863 private:
  1864   G1CollectedHeap* _g1h;
  1864   G1CollectedHeap* _g1h;
  1865   const char* _phase;
  1865   const char* _phase;
  1866   int _info;
  1866   int _info;
  1867 
  1867