Commit 03cf2bf
committed
[GR-65416] Disable signal handling for compilation isolates
* The compilation isolates do not need or use signal handling.
* Otherwise it's very complicated to disable InstallSegfaultHandler
for Truffle languages as it would get automatically enabled
for the compilation isolate, due to -R:+EnableSignalHandling
-R:+InstallSegfaultHandler passed when building Truffle language native images.1 parent ad6ef9f commit 03cf2bf
File tree
2 files changed
+6
-1
lines changed- substratevm/src
- com.oracle.svm.core/src/com/oracle/svm/core
- com.oracle.svm.graal/src/com/oracle/svm/graal/isolated
2 files changed
+6
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| |||
0 commit comments