Skip to content

Commit b3cdd40

Browse files
fniephauszakkak
authored andcommitted
Sort defaultBuiltInPkgNatives.
(cherry picked from commit 8c12f00)
1 parent 3acea66 commit b3cdd40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/PlatformNativeLibrarySupport.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ public abstract class PlatformNativeLibrarySupport {
6565
"javax_net",
6666
"javax_script",
6767
"javax_security",
68-
"jdk_internal_org",
68+
"jdk_internal_jimage",
6969
"jdk_internal_misc",
70+
"jdk_internal_org",
7071
"jdk_internal_util",
71-
"jdk_internal_jimage",
7272
"jdk_internal_vm",
7373
"jdk_net",
7474
"sun_invoke",

0 commit comments

Comments
 (0)