Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
An initial attempt was made in JDK-8233033. However, the fix assumed wrongly that partially peeled statements always have a dependency inside the loop to be unswitched (i.e. when following their outputs eventually a phi node is hit belonging to either the slow or the fast loop). This is not always the case (JDK-8235984). The fix for JDK-8233033 was replaced in JDK-8235984 by a simple bailout for JDK-14. A proper fix could be targeted for JDK-15.
|