File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
com.oracle.svm.core/src/com/oracle/svm/core
com.oracle.svm.hosted.foreign/src/com/oracle/svm/hosted/foreign Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
* - substratevm/src/com.oracle.svm.native.libchelper/include/amd64hotspotcpuinfo.h
44
44
* - substratevm/src/com.oracle.svm.native.libchelper/src/cpuid.c
45
45
*/
46
- @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+21 /src/hotspot/cpu/x86/vm_version_x86.hpp#L41-L325 " )
46
+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+10 /src/hotspot/cpu/x86/vm_version_x86.hpp#L41-L328 " )
47
47
@ CLibrary (value = "libchelper" , requireStatic = true )
48
48
public class AMD64LibCHelper {
49
49
@ Platforms (Platform .AMD64 .class )
Original file line number Diff line number Diff line change 71
71
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/memory/allocation.inline.hpp" )
72
72
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/memory/allStatic.hpp" )
73
73
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/nmt/memTag.hpp" )
74
- @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+8 /src/hotspot/share/runtime/os.cpp" )
74
+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+10 /src/hotspot/share/runtime/os.cpp" )
75
75
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/runtime/os.hpp" )
76
76
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/runtime/os.inline.hpp" )
77
77
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/utilities/checkedCast.hpp" )
78
78
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/utilities/compilerWarnings_gcc.hpp" )
79
79
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/utilities/compilerWarnings.hpp" )
80
80
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/utilities/globalDefinitions_gcc.hpp" )
81
- @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+7 /src/hotspot/share/utilities/globalDefinitions.hpp" )
81
+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+10 /src/hotspot/share/utilities/globalDefinitions.hpp" )
82
82
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/utilities/macros.hpp" )
83
83
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+7/src/hotspot/share/utilities/ostream.cpp" )
84
84
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+6/src/hotspot/share/utilities/ostream.hpp" )
Original file line number Diff line number Diff line change 97
97
import jdk .vm .ci .meta .ResolvedJavaMethod ;
98
98
99
99
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+7/src/hotspot/share/prims/upcallLinker.cpp" )
100
- @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+7 /src/hotspot/cpu/x86/upcallLinker_x86_64.cpp" )
100
+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+10 /src/hotspot/cpu/x86/upcallLinker_x86_64.cpp" )
101
101
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+7/src/hotspot/cpu/aarch64/upcallLinker_aarch64.cpp" )
102
102
public abstract class UpcallStub extends NonBytecodeMethod {
103
103
protected final JavaEntryPointInfo jep ;
You can’t perform that action at this time.
0 commit comments