| Index: Source/heap/ThreadState.cpp
|
| diff --git a/Source/heap/ThreadState.cpp b/Source/heap/ThreadState.cpp
|
| index fa886557d507ce03fd22cf801cd4b4d805906902..13cff90994364d126c89ac4b109be4bba1c066cc 100644
|
| --- a/Source/heap/ThreadState.cpp
|
| +++ b/Source/heap/ThreadState.cpp
|
| @@ -244,7 +244,6 @@ ThreadState::ThreadState()
|
| {
|
| ASSERT(!**s_threadSpecific);
|
| **s_threadSpecific = this;
|
| -
|
| m_stats.clear();
|
| m_statsAfterLastGC.clear();
|
| // First allocate the general heap, second iterate through to
|
| @@ -314,7 +313,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
|
|
|