--- old/src/hotspot/share/adlc/formssel.cpp 2020-08-07 00:36:26.000000000 +0300 +++ new/src/hotspot/share/adlc/formssel.cpp 2020-08-07 00:36:25.000000000 +0300 @@ -4050,8 +4050,8 @@ strcmp(opType,"MulReductionVL")==0 || strcmp(opType,"MulReductionVF")==0 || strcmp(opType,"MulReductionVD")==0 || - strcmp(opType,"MinReductionV")== 0 || - strcmp(opType,"MaxReductionV")== 0 || + strcmp(opType,"MinReductionV")==0 || + strcmp(opType,"MaxReductionV")==0 || strcmp(opType,"AndReductionV")==0 || strcmp(opType,"OrReductionV")==0 || strcmp(opType,"XorReductionV")==0 || @@ -4152,7 +4152,7 @@ "AbsVB","AbsVS","AbsVI","AbsVL","AbsVF","AbsVD", "NegVF","NegVD","NegVI", "SqrtVD","SqrtVF", - "AndV" ,"XorV" ,"OrV", "NotV", + "AndV" ,"XorV" ,"OrV", "MaxV", "MinV", "AddReductionVI", "AddReductionVL", "AddReductionVF", "AddReductionVD", @@ -4165,7 +4165,6 @@ "LShiftVB","LShiftVS","LShiftVI","LShiftVL", "RShiftVB","RShiftVS","RShiftVI","RShiftVL", "URShiftVB","URShiftVS","URShiftVI","URShiftVL", - "VLShiftV","VRShiftV","VURShiftV", "ReplicateB","ReplicateS","ReplicateI","ReplicateL","ReplicateF","ReplicateD", "RoundDoubleModeV","LoadVector","StoreVector","LoadVectorGather", "StoreVectorScatter", "VectorTest", "VectorLoadMask", "VectorStoreMask", "VectorBlend", "VectorInsert",