On Wed, 22 Sep 2021 19:20:35 GMT, Andrey Turbanov 
<github.com+741251+turban...@openjdk.org> wrote:

> In several places, String.compareTo was _compared_ with 0 ( via `== 0` or `!= 
> 0`).
> Instead of this, we can use String.equals calls. `String.equals` is faster 
> and shorter.

Marked as reviewed by cjplummer (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/5638

Reply via email to