RFR: 8256807: C2: Not marking stores correctly as mismatched in string opts

Tobias Hartmann thartmann at openjdk.java.net
Thu Nov 26 12:37:54 UTC 2020


On Thu, 26 Nov 2020 11:17:11 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> The observed assertion failure can be traced back to not marking stores correctly as mismatched when creating them in string opts. [JDK-8140390](https://bugs.openjdk.java.net/browse/JDK-8140390) actually tried to fix that but accidentally set `require_atomic_access` to true instead of `mismatched`. This change fixes that.
> 
> Thanks,
> Christian

Looks good, thanks for fixing! I assume you were not able to create a regression test? Maybe add  the noreg-* label to the bug then.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list