Index: vm/vmcore/src/exception/exceptions_jit.cpp =================================================================== --- vm/vmcore/src/exception/exceptions_jit.cpp (revision 581810) +++ vm/vmcore/src/exception/exceptions_jit.cpp (working copy) @@ -561,7 +561,18 @@ exn_propagate_exception(si, &local_exn_obj, exn_class, NULL, NULL, NULL); si_copy_to_registers(si, regs); +#ifdef _WIN32 END_RAISE_AREA; +#else + /* + * FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME + * Gregory - + * This is a workaround for bug HARMONY-4873. This code should + * actually be replaced with END_RAISE_AREA when the bug is fixed + */ + set_unwindable(unwindable); + } +#endif m2n_set_last_frame(si_get_m2n(si)); si_free(si);