Ignore:
Timestamp:
May 31, 2017, 4:25:04 PM (8 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r217611 and r217631.
https://bugs.webkit.org/show_bug.cgi?id=172785

"caused wasm-hashset-many.html to become flaky." (Requested by
keith_miller on #webkit).

Reverted changesets:

"Reland r216808, underlying lldb bug has been fixed."
https://bugs.webkit.org/show_bug.cgi?id=172759
http://trac.webkit.org/changeset/217611

"Use dispatch queues for mach exceptions"
https://bugs.webkit.org/show_bug.cgi?id=172775
http://trac.webkit.org/changeset/217631

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSLock.cpp

    r217611 r217638  
    3131#include "WasmMachineThreads.h"
    3232#include <thread>
    33 #include <wtf/Threading.h>
    34 #include <wtf/threads/Signals.h>
    3533
    3634namespace JSC {
     
    151149#endif
    152150
    153 #if HAVE(MACH_EXCEPTIONS)
    154     registerThreadForMachExceptionHandling(&Thread::current());
    155 #endif
    156 
    157151    m_vm->traps().notifyGrabAllLocks();
    158152
Note: See TracChangeset for help on using the changeset viewer.