File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 85
85
// The following annotations are for files in `src/svm`, which are completely customized for SVM
86
86
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+18/src/hotspot/share/logging/log.hpp" )
87
87
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+26/src/hotspot/share/memory/allocation.cpp" )
88
- @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+26 /src/hotspot/share/runtime/globals.hpp" )
89
- @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+21 /src/hotspot/share/utilities/debug.cpp" )
88
+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-26+3 /src/hotspot/share/runtime/globals.hpp" )
89
+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-26+3 /src/hotspot/share/utilities/debug.cpp" )
90
90
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+18/src/hotspot/share/utilities/debug.hpp" )
91
91
public class ContainerLibrary {
92
92
static final int VERSION = 240100 ;
Original file line number Diff line number Diff line change 34
34
import com .oracle .svm .core .util .VMError ;
35
35
36
36
@ TargetClass (className = "java.nio.DirectByteBuffer" )
37
- @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+26 /src/java.base/share/classes/java/nio/Direct-X-Buffer.java.template" )
37
+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-26+3 /src/java.base/share/classes/java/nio/Direct-X-Buffer.java.template" )
38
38
public final class Target_java_nio_DirectByteBuffer {
39
39
40
40
/**
You can’t perform that action at this time.
0 commit comments