-
Bug
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
Hotspot and Graal both have well-known issues when it comes to support bound-check-elimination in the presence of loops with 'long' induction variables.
One possible, interim, solution would be to workaround this limitation in the foreign memory access implementation, by special casing 'small' memory segments.
One possible, interim, solution would be to workaround this limitation in the foreign memory access implementation, by special casing 'small' memory segments.
- relates to
-
JDK-8223051 support loops with long (64b) trip counts
- Resolved
-
JDK-8237077 C2 fails to optimize certain code shapes with memory access indexed var handles
- Closed