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

Yudi Zheng yzheng 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.

This pull request has now been integrated.

Changeset: 5404b4ea
Author:    Yudi Zheng <yzheng at openjdk.org>
Committer: Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5404b4eafc2eb3291cecf99f98728946388f5d16
Stats:     47 lines in 2 files changed: 12 ins; 30 del; 5 mod

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

Reviewed-by: never, dlong, dnsimon

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

PR: https://git.openjdk.org/jdk/pull/18741


More information about the hotspot-dev mailing list