RFR: 8330105: SharedRuntime::resolve* should respect interpreter-only mode
Dean Long
dlong at openjdk.org
Fri Apr 12 15:06:50 UTC 2024
On Thu, 11 Apr 2024 13:50:25 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:
> JavaThread::set_interp_only_mode may be called while a thread is blocked waiting for a JIT compilation to complete. When interpreter-only mode is set, we should dispatch to interpreter instead of the returned compiled code.
I agree, this is the right approach.
-------------
Marked as reviewed by dlong (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18741#pullrequestreview-1995021670
More information about the hotspot-dev
mailing list