-
Bug
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
When native code creates a new thread and calls a Panama upcall, and during that upcall a stack walk is triggered, getting the sender frame for the entry frame is not possible, and should not be attempted.
For JNI this case is handled already, but for Panama upcalls it is not, and the VM will either hit an assert or crash.
For JNI this case is handled already, but for Panama upcalls it is not, and the VM will either hit an assert or crash.
- relates to
-
JDK-8268717 Upstream: 8268673: Stack walk across optimized entry frame on fresh native thread fails
-
- Closed
-