Integrated: 8255004: [JVMCI] expose JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE

Doug Simon dnsimon at openjdk.java.net
Mon Oct 19 19:42:16 UTC 2020


On Mon, 19 Oct 2020 13:18:55 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> This PR exposes to Graal the JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE access flag added in
> https://bugs.openjdk.java.net/browse/JDK-8157181. This allows Graal to take the correct action for final fields that
> are updated outside of `<init>` and `<clinit>` methods.

This pull request has now been integrated.

Changeset: 14e1e174
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/14e1e174
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8255004: [JVMCI] expose JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE

Reviewed-by: never, kvn

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

PR: https://git.openjdk.java.net/jdk/pull/737


More information about the hotspot-compiler-dev mailing list