File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
substratevm/src/com.oracle.svm.hosted.foreign/src/com/oracle/svm/hosted/foreign Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 87
87
@ SuppressWarnings ("javadoc" )
88
88
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+7/src/hotspot/share/prims/nativeEntryPoint.cpp" )
89
89
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+18/src/hotspot/cpu/x86/downcallLinker_x86_64.cpp" )
90
- @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+17 /src/hotspot/cpu/aarch64/downcallLinker_aarch64.cpp" )
90
+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-26+3 /src/hotspot/cpu/aarch64/downcallLinker_aarch64.cpp" )
91
91
class DowncallStub extends NonBytecodeMethod {
92
92
public static Signature createSignature (MetaAccessProvider metaAccess ) {
93
93
return ResolvedSignature .fromKinds (new JavaKind []{JavaKind .Object }, JavaKind .Object , metaAccess );
You can’t perform that action at this time.
0 commit comments