diff --git a/src/compile.cpp b/src/compile.cpp index 8e06e89a01..6a53368436 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -6965,7 +6965,7 @@ compile(MyThread* t, Context* context) RUNTIME_ARRAY_BODY(visited)[i] = true; progress = true; - if (context->visitTable[exceptionHandlerIp(eh)] == 0) { + if (true) {//context->visitTable[exceptionHandlerIp(eh)] == 0) { THREAD_RUNTIME_ARRAY (t, uint8_t, stackMap, codeMaxStack(t, methodCode(t, context->method)));