Request for Review(S): Ifop optimization for c1

Rémi Forax forax at univ-mlv.fr
Thu Oct 14 01:24:09 PDT 2010


  Le 14/10/2010 09:45, Roland Westrelin a écrit :
> http://cr.openjdk.java.net/~roland/6991577/webrev.00/

A minor comment from an amateur.
In c1_Optimizer.cpp, in CE_Eliminator::make_ifop:

Constant* x_const = x->as_Constant();

should be computed only in the else branch and not before

if (x_ifop != NULL)


Rémi



More information about the hotspot-compiler-dev mailing list