We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eefd8d4 + f93931a commit e9ebdb0Copy full SHA for e9ebdb0
compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/JVMCIVersionCheck.java
@@ -239,7 +239,7 @@ public Version stripLTS() {
239
}
240
241
242
- public static final String OPEN_LABSJDK_RELEASE_URL_PATTERN = "https://github.com/graalvm/labs-openjdk-*/releases";
+ public static final String OPEN_LABSJDK_RELEASE_URL_PATTERN = "https://github.com/graalvm/labs-openjdk/releases";
243
244
private final String javaSpecVersion;
245
private final String vmVersion;
0 commit comments