RFR(XS): 8027444: mathExact: assert(i < _max) failed: oob: i=1, _max=1

Christian Thalinger christian.thalinger at oracle.com
Wed Oct 30 21:58:30 PDT 2013


It would be nice to have at least some evaluation in the bug report.  The text below would already be enough.  Please link the RFE you’re filing also to JDK-8027444.

On Oct 30, 2013, at 6:17 AM, Rickard Bäckman <rickard.backman at oracle.com> wrote:

> Hi, can I please have this change reviewed?
> 
> One of the loop optimizations we are doing doesn't work well with the
> MathExact nodes recently added. The short term fix is to disable the
> loop optimization if we detect a MathExact node (or rather a FlagsProj
> node). I'll file a RFE for fixing this.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8027444
> Webrev: http://cr.openjdk.java.net/~rbackman/8027444/
> 
> /R



More information about the hotspot-compiler-dev mailing list