Integrated: 8257622: MemoryAccess methods are missing @ForceInline annotations
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Fri Dec 4 11:49:16 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.
This pull request has now been integrated.
Changeset: dede01eb
Author: Maurizio Cimadamore <mcimadamore at openjdk.org>
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
More information about the core-libs-dev
mailing list