mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-20 20:00:28 +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