File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/container Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 4848 */
4949@ CContext (ContainerLibraryDirectives .class )
5050@ CLibrary (value = "svm_container" , requireStatic = true , dependsOn = "m" )
51+ // The following annotations are for files in `src/hotspot`, which are copied from the JDK
5152@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/java.base/share/native/include/jni.h" )
5253@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/java.base/unix/native/include/jni_md.h" )
5354@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/hotspot/os/linux/cgroupSubsystem_linux.cpp" )
8283@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/hotspot/share/utilities/macros.hpp" )
8384@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/hotspot/share/utilities/ostream.cpp" )
8485@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/hotspot/share/utilities/ostream.hpp" )
86+ // The following annotations are for files in `src/svm`, which are completely customized for SVM
87+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/hotspot/share/logging/log.hpp" )
88+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/hotspot/share/memory/allocation.cpp" )
89+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/hotspot/share/runtime/globals.hpp" )
90+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/hotspot/share/utilities/debug.cpp" )
91+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+5/src/hotspot/share/utilities/debug.hpp" )
8592class ContainerLibrary {
8693 static final int VERSION = 240100 ;
8794
You can’t perform that action at this time.
0 commit comments