Skip to content

Commit

Permalink
svm: update @BasedOnJDKFile annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Dec 9, 2024
1 parent 4b4d5b8 commit 4cc536e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ private static void setJavaHome(String newJavaHome) {
}

@TargetClass(className = "javax.crypto.JceSecurity")
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-24+25/src/java.base/share/classes/javax/crypto/JceSecurity.java.template")
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-24+27/src/java.base/share/classes/javax/crypto/JceSecurity.java.template")
@SuppressWarnings({"unused"})
final class Target_javax_crypto_JceSecurity {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

import jdk.graal.compiler.util.json.JsonParserException;

@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-24+23/src/java.base/share/classes/jdk/internal/foreign/abi/LinkerOptions.java")
@BasedOnJDKFile("https://github.com/openjdk/jdk/blob/jdk-24+27/src/java.base/share/classes/jdk/internal/foreign/abi/LinkerOptions.java")
@Platforms(Platform.HOSTED_ONLY.class)
public class ForeignFunctionsConfigurationParser extends ConfigurationParser {
private static final String DOWNCALL_OPTION_CAPTURE_CALL_STATE = "captureCallState";
Expand Down

0 comments on commit 4cc536e

Please sign in to comment.