RFR: 8257622: MemoryAccess methods are missing @ForceInline annotations
Jorn Vernee
jvernee at openjdk.java.net
Wed Dec 2 21:27:53 UTC 2020
On Wed, 2 Dec 2020 18:47:10 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> 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.
Marked as reviewed by jvernee (Committer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/1570
More information about the core-libs-dev
mailing list