< prev index next >

src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp

Print this page

        

*** 1885,1895 **** p2i(Thread::current()), _collectorState); assert(_foregroundGCShouldWait, "block post-condition"); } // Should this be in gc_epilogue? ! collector_policy()->counters()->update_counters(); { // Clear _foregroundGCShouldWait and, in the event that the // foreground collector is waiting, notify it, before // returning. --- 1885,1895 ---- p2i(Thread::current()), _collectorState); assert(_foregroundGCShouldWait, "block post-condition"); } // Should this be in gc_epilogue? ! heap->counters()->update_counters(); { // Clear _foregroundGCShouldWait and, in the event that the // foreground collector is waiting, notify it, before // returning.
< prev index next >