RFR: 8358621: Avoid using a spinlock as the synchronization point returning from native in CPU Time Profiler

Johannes Bechberger jbechberger at openjdk.org
Tue Jul 15 11:41:49 UTC 2025


Simple optimization to avoid busy waiting in safepoint handlers.

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

Commit messages:
 - Improve busy waiting

Changes: https://git.openjdk.org/jdk/pull/26314/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26314&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8358621
  Stats: 8 lines in 1 file changed: 7 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/26314.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26314/head:pull/26314

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


More information about the hotspot-jfr-dev mailing list