jdk/src/share/back/SDE.c
changeset 19610 2073a59a2787
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
19609:108f52a7438f 19610:2073a59a2787
    25 
    25 
    26 #include <setjmp.h>
    26 #include <setjmp.h>
    27 
    27 
    28 #include "util.h"
    28 #include "util.h"
    29 #include "SDE.h"
    29 #include "SDE.h"
       
    30 
       
    31 #ifdef __APPLE__
       
    32 /* use setjmp/longjmp versions that do not save/restore the signal mask */
       
    33 #define setjmp _setjmp
       
    34 #define longjmp _longjmp
       
    35 #endif
    30 
    36 
    31 /**
    37 /**
    32  * This SourceDebugExtension code does not
    38  * This SourceDebugExtension code does not
    33  * allow concurrent translation - due to caching method.
    39  * allow concurrent translation - due to caching method.
    34  * A separate thread setting the default stratum ID
    40  * A separate thread setting the default stratum ID