On Wed, 2 Dec 2020 18:47:10 GMT, Maurizio Cimadamore <mcimadam...@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 nrak...@github.com (no known OpenJDK username). ------------- PR: https://git.openjdk.java.net/jdk/pull/1570