--- old/src/hotspot/share/adlc/formssel.cpp 2017-11-17 16:29:44.739172165 -0800 +++ new/src/hotspot/share/adlc/formssel.cpp 2017-11-17 16:29:44.531171719 -0800 @@ -4034,6 +4034,7 @@ strcmp(opType,"ModF")==0 || strcmp(opType,"ModI")==0 || strcmp(opType,"SqrtD")==0 || + strcmp(opType,"SqrtF")==0 || strcmp(opType,"TanD")==0 || strcmp(opType,"ConvD2F")==0 || strcmp(opType,"ConvD2I")==0 || @@ -4167,7 +4168,7 @@ "DivVF","DivVD", "AbsVF","AbsVD", "NegVF","NegVD", - "SqrtVD", + "SqrtVD","SqrtVF", "AndV" ,"XorV" ,"OrV", "AddReductionVI", "AddReductionVL", "AddReductionVF", "AddReductionVD",