| Index: Source/platform/heap/ThreadState.cpp
|
| diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp
|
| index 8aceef5b4b901960d6b70d7dcd62cbb84e49be6d..6427ceb85836ecdf58801be12787a109305fe55d 100644
|
| --- a/Source/platform/heap/ThreadState.cpp
|
| +++ b/Source/platform/heap/ThreadState.cpp
|
| @@ -249,7 +249,6 @@ ThreadState::ThreadState()
|
| {
|
| ASSERT(!**s_threadSpecific);
|
| **s_threadSpecific = this;
|
| -
|
| m_stats.clear();
|
| m_statsAfterLastGC.clear();
|
| // First allocate the general heap, second iterate through to
|
| @@ -319,7 +318,6 @@ void ThreadState::detach()
|
| {
|
| ThreadState* state = current();
|
| state->cleanup();
|
| -
|
| // Enter safe point before trying to acquire threadAttachMutex
|
| // to avoid dead lock if another thread is preparing for GC, has acquired
|
| // threadAttachMutex and waiting for other threads to pause or reach a
|
|
|