Commit e6a0c4e
committed
Push a frame for thread toplevel
A new Thread should have a toplevel frame, even if the code it runs
has been frame-optimized or is not Ruby code. This prevents any
attempts to get a current binding from failing to access the frame
stack.
Fixes jruby#9308.1 parent 5cbf5a6 commit e6a0c4e
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments