RFR: 8257622: MemoryAccess methods are missing @ForceInline annotations [v2]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Fri Dec 4 11:07:31 UTC 2020


> The accessor methods in the `MemoryAccess` class are missing `@ForceInline` annotations. This causes odd behavior on certain benchmarks, especially if these methods are called many times in the body of a single method.

Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:

  Fix extra whitespace in benchmark

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/1570/files
  - new: https://git.openjdk.java.net/jdk/pull/1570/files/b2965389..737af864

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

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

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


More information about the core-libs-dev mailing list