8182053: Test compiler/aot/verification/ClassAndLibraryNotMatchTest.java fails in JPRT for jdk10/hs

Reviewed-by: kvn
This commit is contained in:
Bob Vandette 2017-06-27 14:28:09 -04:00
parent 620b398ba3
commit 1b0711ad36

View File

@ -86,7 +86,7 @@ public class ClassAndLibraryNotMatchTest {
private void compileAotLibrary() {
AotCompiler.launchCompiler(LIB_NAME, HELLO_WORLD_CLASS_NAME,
Arrays.asList("-classpath", Utils.TEST_CLASS_PATH + ":."), null);
Arrays.asList("-classpath", Utils.TEST_CLASS_PATH + File.pathSeparator + "."), null);
}
private void runAndCheckHelloWorld(String checkString) {