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