Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206193 | 12 | Igor Ignatyev | P4 | Resolved | Fixed | b01 |
JDK-8206668 | 11.0.1 | Igor Ignatyev | P4 | Resolved | Fixed | b01 |
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>)
So, it will be safer to use Paths.get(<some_path_1>,<some_path_2>)
- backported by
-
JDK-8206193 [jittester] Replace all 'path1 +"/" + path2' with Paths::get
- Resolved
-
JDK-8206668 [jittester] Replace all 'path1 +"/" + path2' with Paths::get
- Resolved