mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-14 20:35:09 +00:00
InitializeNode::can_capture_store() must check that the captured store doesn't overwrite a memory location that is loaded before the store. Reviewed-by: kvn