File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/c/locale Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class LocaleCHelper {
61
61
@ CFunction (value = "svm_initialize_locale" , transition = NO_TRANSITION )
62
62
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+17/src/java.base/unix/native/libjava/java_props_md.c#L71-L357" )
63
63
@ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-24+17/src/java.base/unix/native/libjava/java_props_md.c#L436-L460" )
64
- @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+19 /src/java.base/windows/native/libjava/java_props_md.c#L264-L731 " )
64
+ @ BasedOnJDKFile ("https://github.com/openjdk/jdk/blob/jdk-25+20 /src/java.base/windows/native/libjava/java_props_md.c#L263-L716 " )
65
65
static native int initializeLocale ();
66
66
67
67
@ CFunction (value = "svm_get_locale" , transition = NO_TRANSITION )
You can’t perform that action at this time.
0 commit comments