--- old/src/share/vm/c1/c1_LIRGenerator.hpp 2015-10-09 14:50:52.259640000 +0200 +++ new/src/share/vm/c1/c1_LIRGenerator.hpp 2015-10-09 14:50:52.117646000 +0200 @@ -408,7 +408,7 @@ } static LIR_Condition lir_cond(If::Condition cond) { - LIR_Condition l; + LIR_Condition l = lir_cond_unknown; switch (cond) { case If::eql: l = lir_cond_equal; break; case If::neq: l = lir_cond_notEqual; break;