Relates :
|
In JDK-8331295, we discovered that the C2 matcher (instruction selector) unnecessarily clones address computations that are indirect memory input to memory access instructions. The fix for JDK-8331295 covers only a particular case of volatile loads and stores. It may be of interest to do a more rigorous check to see if there are other nodes, that are also cloned indirect memory inputs, that could benefit from a similar treatment.
|