Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8236211: [Graal] compiler/graalunit/GraphTest.java is skipped in all …
…testing
Reviewed-by: iignatyev
- Loading branch information
|
|
@@ -1,5 +1,5 @@ |
|
|
/* |
|
|
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. |
|
|
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. |
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
|
* |
|
|
* This code is free software; you can redistribute it and/or modify it |
|
@@ -25,7 +25,7 @@ |
|
|
* @test |
|
|
* @summary |
|
|
* @requires vm.jvmci |
|
|
* @requires vm.graal.enabled |
|
|
* |
|
|
* @modules jdk.internal.vm.compiler |
|
|
* |
|
|
* @library /test/lib /compiler/graalunit / |
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
/* |
|
|
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. |
|
|
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. |
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
|
* |
|
|
* This code is free software; you can redistribute it and/or modify it |
|
@@ -25,7 +25,7 @@ |
|
|
* @test |
|
|
* @summary |
|
|
* @requires vm.jvmci |
|
|
* @requires vm.graal.enabled |
|
|
* |
|
|
* @modules jdk.internal.vm.compiler |
|
|
* |
|
|
* @library /test/lib /compiler/graalunit / |
|
|
|
@@ -10,15 +10,15 @@ CoreAmd64 org.graalvm.compiler.core.amd64.test |
|
|
CoreAarch64 org.graalvm.compiler.core.aarch64.test |
|
|
CoreJdk9 org.graalvm.compiler.core.jdk9.test |
|
|
Debug org.graalvm.compiler.debug.test |
|
|
Graph org.graalvm.compiler.graph.test @requires vm.graal.enabled |
|
|
Graph org.graalvm.compiler.graph.test |
|
|
Hotspot org.graalvm.compiler.hotspot.test |
|
|
HotspotAarch64 org.graalvm.compiler.hotspot.aarch64.test |
|
|
HotspotAmd64 org.graalvm.compiler.hotspot.amd64.test |
|
|
HotspotJdk9 org.graalvm.compiler.hotspot.jdk9.test |
|
|
HotspotSparc org.graalvm.compiler.hotspot.sparc.test @requires vm.simpleArch == "sparcv9" |
|
|
HotspotLir org.graalvm.compiler.hotspot.lir.test |
|
|
Loop org.graalvm.compiler.loop.test |
|
|
Nodes org.graalvm.compiler.nodes.test @requires vm.graal.enabled |
|
|
Nodes org.graalvm.compiler.nodes.test |
|
|
Options org.graalvm.compiler.options.test |
|
|
PhasesCommon org.graalvm.compiler.phases.common.test |
|
|
Replacements org.graalvm.compiler.replacements.test |
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
/* |
|
|
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. |
|
|
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. |
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
|
* |
|
|
* This code is free software; you can redistribute it and/or modify it |
|
@@ -234,6 +234,9 @@ public static void main(String... args) throws Exception { |
|
|
javaFlags.addAll(getModuleExports("jdk.internal.vm.compiler", "ALL-UNNAMED")); |
|
|
javaFlags.addAll(getModuleExports("jdk.internal.vm.ci", "ALL-UNNAMED,jdk.internal.vm.compiler")); |
|
|
|
|
|
// add opens, see JDK-8236211 |
|
|
javaFlags.add("--add-opens"); |
|
|
javaFlags.add("jdk.internal.vm.compiler/org.graalvm.graphio=ALL-UNNAMED"); |
|
|
|
|
|
// add VM flags |
|
|
javaFlags.add("-XX:+UnlockExperimentalVMOptions"); |
|
|