RFR(S): 8011771: runThese crashed with EAV
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Apr 23 07:58:31 PDT 2013
Looks good. Could you fix spaces around '=' and '<' in for() statement?
Thanks,
Vladimir
On 4/23/13 12:24 AM, Roland Westrelin wrote:
> http://cr.openjdk.java.net/~roland/8011771/webrev.00/
>
> During in block motion, a step of array bound check elimination, the code doesn't always reset its data structures correctly when it moves from one array to another (it does when optimistic optimizations are on, not otherwise). As a result, some bound checks are incorrectly optimized out.
>
> Roland.
>
More information about the hotspot-compiler-dev
mailing list