RFR: 8337066: Repeated call of StringBuffer.reverse with double byte string returns wrong result [v2]
Tobias Hartmann
thartmann at openjdk.org
Tue Oct 8 06:16:03 UTC 2024
On Fri, 27 Sep 2024 19:13:48 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Also if there is a MergeMem as a root for some weird reason then `insert_anti_dependencies()` may very well miss an interfering store. So we'd have to do this loop for correctness.
>
> Okay
Would it still make sense to assert `load->control_dependency() == Pinned` here for now?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21222#discussion_r1791250944
More information about the hotspot-compiler-dev
mailing list