jdk-24/hotspot/test/compiler/8007294
Roland Westrelin fe92862089 8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
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
2013-02-25 14:13:04 +01:00
..
Test8007294.java 8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution 2013-02-25 14:13:04 +01:00