RFR(S): 8011771: runThese crashed with EAV

Christian Thalinger christian.thalinger at oracle.com
Tue Apr 23 10:34:52 PDT 2013


Looks good.  -- Chris

On Apr 23, 2013, at 12:24 AM, Roland Westrelin <roland.westrelin at oracle.com> 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