RFR: 8277137: Set OnSpinWaitInst default value to "isb" for Arm Neoverse N1 [v2]

Evgeny Astigeevich duke at openjdk.java.net
Tue Nov 16 19:15:11 UTC 2021


> One `ISB` implementation of `Thread.OnSpinWait` shows performance improvements on Graviton2 (Arm Neoverse N1 implementation), e.g. https://github.com/openjdk/jdk/pull/5562#issuecomment-966153163. 
> 
> Testing:
> - `make test TEST=gtest`: Passed
> - `make run-test TEST=tier1`: Passed
> - `make run-test TEST=tier2`: Passed
> - `make run-test TEST=hotspot/jtreg/compiler/onSpinWait`: Passed

Evgeny Astigeevich has updated the pull request incrementally with one additional commit since the last revision:

  Explicitly set OnSpinWaitInstCount to 1

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6415/files
  - new: https://git.openjdk.java.net/jdk/pull/6415/files/b3b8a23e..56258906

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6415&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6415&range=00-01

  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6415.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6415/head:pull/6415

PR: https://git.openjdk.java.net/jdk/pull/6415


More information about the hotspot-dev mailing list