-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
Currently we save RBP when doing a native call, and store the save location in the thread's JavaFrameAnchor.
This is needed since the caller might store an oop in the RBP register.
We should find a way to tell the caller that RBP should not be used, so that we can remove our special handling of RBP when doing a native call.
This is needed since the caller might store an oop in the RBP register.
We should find a way to tell the caller that RBP should not be used, so that we can remove our special handling of RBP when doing a native call.
- duplicates
-
JDK-8259937 guarantee(loc != NULL) failed: missing saved register with native invoker
-
- Resolved
-