On Wed, 2 Dec 2020 18:47:10 GMT, Maurizio Cimadamore <[email protected]> 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. This pull request has now been integrated. Changeset: dede01eb Author: Maurizio Cimadamore <[email protected]> URL: https://git.openjdk.java.net/jdk/commit/dede01eb Stats: 325 lines in 3 files changed: 325 ins; 0 del; 0 mod 8257622: MemoryAccess methods are missing @ForceInline annotations Reviewed-by: jvernee, shade ------------- PR: https://git.openjdk.java.net/jdk/pull/1570
