Integrated: 8274401: C2: GraphKit::load_array_element bypasses Access API
Martin Doerr
mdoerr at openjdk.java.net
Thu Sep 30 08:44:37 UTC 2021
On Mon, 27 Sep 2021 22:38:13 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> C2: GraphKit::load_array_element only creates nodes for loading a raw element from the given array. This is wrong when the element is an Oop which needs a load barrier for some GCs.
This pull request has now been integrated.
Changeset: a8210c53
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/a8210c53e7af1cb558251fcb420de1b8a5461b25
Stats: 7 lines in 4 files changed: 1 ins; 0 del; 6 mod
8274401: C2: GraphKit::load_array_element bypasses Access API
Reviewed-by: kvn, goetz, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/5727
More information about the hotspot-compiler-dev
mailing list