changeset 37081 | 7656f5356a5d |
parent 37073 | c39d0903390b |
child 37106 | 0856b64af754 |
37080:6f33de00485c | 37081:7656f5356a5d |
---|---|
1279 } |
1279 } |
1280 |
1280 |
1281 void GenCollectedHeap::stop() { |
1281 void GenCollectedHeap::stop() { |
1282 #if INCLUDE_ALL_GCS |
1282 #if INCLUDE_ALL_GCS |
1283 if (UseConcMarkSweepGC) { |
1283 if (UseConcMarkSweepGC) { |
1284 ConcurrentMarkSweepThread::stop(); |
1284 ConcurrentMarkSweepThread::cmst()->stop(); |
1285 } |
1285 } |
1286 #endif |
1286 #endif |
1287 } |
1287 } |