Roberto Castañeda Lozano

Results 1 issues of Roberto Castañeda Lozano

`NeverBranch` nodes introduce fake branches out of infinite loops to simplify intermediate optimizations that assume full reachability: ![before](https://user-images.githubusercontent.com/8792647/184355521-8b54725e-f7d2-4d37-a7ba-e0f7d1086421.png) `PhaseCFG::convert_NeverBranch_to_Goto()` transforms such nodes into simple `Goto` nodes, removing the fake branch...

ready
rfr
hotspot-compiler