On Mon, 7 Sep 2026 08:21:24 GMT, Maurizio Cimadamore <[email protected]> 
wrote:

> does the has_scoped_access machinery still carry weight?

I'd say yes. The scope oop could be live inside a frame that is not doing a 
memory access as well. We still want to avoid deoptimizing in that case. The 
`is_session_live` check alone does not detect whether we're doing a memory 
access or not, and we're already in the scenario where we're not inside 
`@Scoped` code.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/30926#discussion_r3949738749

Reply via email to