src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp
changeset 49050 170c7b36aea6
parent 49048 4e8c86b75428
child 49164 7e958a8ebcd3
equal deleted inserted replaced
49049:effb50eeea4e 49050:170c7b36aea6
  1885                          p2i(Thread::current()), _collectorState);
  1885                          p2i(Thread::current()), _collectorState);
  1886     assert(_foregroundGCShouldWait, "block post-condition");
  1886     assert(_foregroundGCShouldWait, "block post-condition");
  1887   }
  1887   }
  1888 
  1888 
  1889   // Should this be in gc_epilogue?
  1889   // Should this be in gc_epilogue?
  1890   collector_policy()->counters()->update_counters();
  1890   heap->counters()->update_counters();
  1891 
  1891 
  1892   {
  1892   {
  1893     // Clear _foregroundGCShouldWait and, in the event that the
  1893     // Clear _foregroundGCShouldWait and, in the event that the
  1894     // foreground collector is waiting, notify it, before
  1894     // foreground collector is waiting, notify it, before
  1895     // returning.
  1895     // returning.