8182053: Test compiler/aot/verification/ClassAndLibraryNotMatchTest.java fails in JPRT for jdk10/hs
Reviewed-by: kvn
This commit is contained in:
parent
620b398ba3
commit
1b0711ad36
@ -86,7 +86,7 @@ public class ClassAndLibraryNotMatchTest {
|
|||||||
|
|
||||||
private void compileAotLibrary() {
|
private void compileAotLibrary() {
|
||||||
AotCompiler.launchCompiler(LIB_NAME, HELLO_WORLD_CLASS_NAME,
|
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) {
|
private void runAndCheckHelloWorld(String checkString) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user