Skip to content

Commit

Permalink
[GR-25760] Removed jdk15 specific version of LibGraal.
Browse files Browse the repository at this point in the history
PullRequest: graal/7101
  • Loading branch information
dougxc committed Sep 9, 2020
2 parents d9b4e45 + cd3cc73 commit 4323da0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 138 deletions.
24 changes: 1 addition & 23 deletions compiler/mx.compiler/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,29 +398,7 @@
"multiReleaseJarVersion" : "11",
"checkPackagePrefix" : "false",
"checkstyle" : "org.graalvm.compiler.graph",
"javaCompliance" : "11..12",
"workingSets" : "API,Graal",
},

"org.graalvm.libgraal.jdk13" : {
"subDir" : "src",
"sourceDirs" : ["src"],
"dependencies" : [
"org.graalvm.libgraal",
"sdk:GRAAL_SDK",
"JVMCI_HOTSPOT",
],
"requiresConcealed" : {
"jdk.internal.vm.ci" : [
"jdk.vm.ci.services",
"jdk.vm.ci.hotspot"
],
},
"overlayTarget" : "org.graalvm.libgraal",
"multiReleaseJarVersion" : "13",
"checkPackagePrefix" : "false",
"checkstyle" : "org.graalvm.compiler.graph",
"javaCompliance" : "13+",
"javaCompliance" : "11+",
"workingSets" : "API,Graal",
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import jdk.vm.ci.services.Services;

/**
* JDK11 version of {@code LibGraal}.
* JDK11+ version of {@code LibGraal}.
*/
public class LibGraal {

Expand Down

This file was deleted.

0 comments on commit 4323da0

Please sign in to comment.