RFR: 8330105: SharedRuntime::resolve* should respect interpreter-only mode

Doug Simon dnsimon at openjdk.org
Mon Apr 15 08:10:45 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.

Marked as reviewed by dnsimon (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/18741#pullrequestreview-2000287053


More information about the hotspot-dev mailing list