Commit f0fd014
committed
Postpone more RAS dump hooks
It's not safe to handle exception-related events before
JCL initialization has completed. The VM must be capable
of properly handling exception dump filters (internally,
the offset of Throwable.walkback is required for use by
J9VMJAVALANGTHROWABLE_WALKBACK(), etc.), so those hooks
are not registered until then.
Signed-off-by: Keith W. Campbell <[email protected]>1 parent 217fa03 commit f0fd014
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
1355 | 1359 | | |
1356 | 1360 | | |
1357 | 1361 | | |
1358 | | - | |
| 1362 | + | |
1359 | 1363 | | |
1360 | 1364 | | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
1361 | 1369 | | |
1362 | 1370 | | |
1363 | 1371 | | |
| |||
0 commit comments