File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -884,7 +884,6 @@ jdk/jfr/api/recording/event/TestPeriod.java 8215890 gener
884
884
jdk/jfr/event/io/EvilInstrument.java 8221331 generic-all
885
885
jdk/jfr/event/runtime/TestNetworkUtilizationEvent.java 8228990,8229370 generic-all
886
886
jdk/jfr/event/compiler/TestCodeSweeper.java 8225209 generic-all
887
- jdk/jfr/jcmd/TestJcmdConfigure.java 8231317 windows-x64
888
887
889
888
############################################################################
890
889
Original file line number Diff line number Diff line change 25
25
26
26
package jdk .jfr .jcmd ;
27
27
28
+ import java .io .File ;
28
29
import java .nio .file .Files ;
29
30
import java .nio .file .Paths ;
30
31
import java .util .ArrayList ;
@@ -56,8 +57,8 @@ public class TestJcmdConfigure {
56
57
private static final String SAMPLE_THREADS = "samplethreads" ;
57
58
private static final String UNSUPPORTED_OPTION = "unsupportedoption" ;
58
59
59
- private static final String REPOSITORYPATH_1 = "./ repo1" ;
60
- private static final String REPOSITORYPATH_2 = "./ repo2" ;
60
+ private static final String REPOSITORYPATH_1 = "." + File . pathSeparator + " repo1" ;
61
+ private static final String REPOSITORYPATH_2 = "." + File . pathSeparator + " repo2" ;
61
62
62
63
private static final String REPOSITORYPATH_SETTING_1 = "repositorypath=" +REPOSITORYPATH_1 ;
63
64
private static final String REPOSITORYPATH_SETTING_2 = "repositorypath=" +REPOSITORYPATH_2 ;
You can’t perform that action at this time.
0 commit comments