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.
1 parent 5fcf5a2 commit 230116fCopy full SHA for 230116f
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/JDKLatest.java
@@ -31,7 +31,10 @@
31
/**
32
* Denotes the latest supported JDK version. It corresponds to the highest key in the
33
* {@code JVMCI_MIN_VERSIONS} map in {@link jdk.graal.compiler.hotspot.JVMCIVersionCheck}.
34
+ *
35
+ * @deprecated SVM only supports a single JDK version, so this predicate is no longer useful.
36
*/
37
+@Deprecated(since = "25.0.0", forRemoval = true)
38
public class JDKLatest implements BooleanSupplier {
39
@Override
40
public boolean getAsBoolean() {
0 commit comments