Integrated: 8299327: Allow super late barrier expansion of store barriers in C2

Erik Österlund eosterlund at openjdk.org
Wed Jan 11 09:36:23 UTC 2023


On Fri, 23 Dec 2022 14:29:53 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

> ZGC uses super late barrier expansion for load barriers in C2. Generational ZGC needs to do the same thing but for store barriers.

This pull request has now been integrated.

Changeset: f857f8a0
Author:    Erik Österlund <eosterlund at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f857f8a092d12cc11b2d48a6c9d47a70ee04c88e
Stats:     29 lines in 8 files changed: 15 ins; 0 del; 14 mod

8299327: Allow super late barrier expansion of store barriers in C2

Reviewed-by: kvn, rcastanedalo

-------------

PR: https://git.openjdk.org/jdk/pull/11779


More information about the hotspot-compiler-dev mailing list