Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8274163

Use String.equals instead of String.compareTo in jdk.jcmd

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P5
    • Resolution: Fixed
    • None
    • 18
    • core-svc
    • None
    • b24

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              aturbanov Andrey Turbanov
              aturbanov Andrey Turbanov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: