mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-30 15:22:41 +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