jThere are dependencies on the growth direction of stacks in shared Loom code
which could be eliminated by making use of frame::id() and frame::is_older()
Code related to the following elements should be considered
* is_sp_in_continuation()
* JavaThread::_cont_fastpath
* ContinuationEntry::_parent_cont_fastpath
This was suggested while reviewing PR #9411 forJDK-8289925.
which could be eliminated by making use of frame::id() and frame::is_older()
Code related to the following elements should be considered
* is_sp_in_continuation()
* JavaThread::_cont_fastpath
* ContinuationEntry::_parent_cont_fastpath
This was suggested while reviewing PR #9411 for
- is blocked by
-
JDK-8294152 AArch64: frame::id() and frame::is_older() broken for interpreted frames with large max_stack
-
- Open
-
-
JDK-8289925 Shared code shouldn't reference the platform specific method frame::interpreter_frame_last_sp()
-
- Resolved
-