Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recognize JNI local refs in JNINativeMethodFrames
First 8 JNI local refs are directly stored inside the J9SFJNINativeMethodFrame before allocating J9JNIReferenceFrame to store additional references. StackWalker should check if the object pushes from method frame is JNI local when walking O-Slots. Signed-off-by: Jack Lu <[email protected]>
- Loading branch information