Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear resolveFrameFlags after each frame walk
Clear resolveFrameFlags in the interpreter stack walker after reporting the frame. This is consistent with the JIT stack walker and avoids leaving invalid flags set on entry to the JIT walker in very rare cases. Also fix a small error in the resumeable stack walker, which has no effect on the only current consumer of the feature. Fixes: eclipse-openj9#2472 Signed-off-by: Graham Chapman <[email protected]>
- Loading branch information