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

Yudi Zheng yzheng at openjdk.org
Fri Apr 12 15:06:50 UTC 2024


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.

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

Commit messages:
 - SharedRuntime::resolve* should respect interpreter-only mode

Changes: https://git.openjdk.org/jdk/pull/18741/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18741&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8330105
  Stats: 47 lines in 2 files changed: 12 ins; 30 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/18741.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18741/head:pull/18741

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


More information about the hotspot-dev mailing list