Automatic merge from submit-queue (batch tested with PRs 44594, 44651) remove strings.compare(), use string native operation I notice we use strings.Compare() in some code, we can remove it and use native operation.