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

[jittester] Replace all 'path1 +"/" + path2' with Paths::get

XMLWordPrintable

    • b20

        In many places of the jit-tester source code found pieces like <some_path_1> + "/" + <some_path_2>. It can cause some trouble on the operating systems which have another symbol for file separation.
        So, it will be safer to use Paths.get(<some_path_1>,<some_path_2>)

              iignatyev Igor Ignatyev (Inactive)
              tpivovarova Tatiana Pivovarova (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: