Details
-
Type:
Enhancement
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: repo-panama
-
Fix Version/s: None
-
Component/s: tools
-
Labels:
-
Subcomponent:
Description
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.
Attachments
Issue Links
- duplicates
-
JDK-8259937 guarantee(loc != NULL) failed: missing saved register with native invoker
-
- Resolved
-