Commit 7a3fb68 1 parent b3cdd40 commit 7a3fb68 Copy full SHA for 7a3fb68
File tree 1 file changed +1
-6
lines changed
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ public abstract class PlatformNativeLibrarySupport {
68
68
"jdk_internal_jimage" ,
69
69
"jdk_internal_misc" ,
70
70
"jdk_internal_org" ,
71
+ "jdk_internal_platform" ,
71
72
"jdk_internal_util" ,
72
73
"jdk_internal_vm" ,
73
74
"jdk_net" ,
@@ -98,12 +99,6 @@ protected PlatformNativeLibrarySupport() {
98
99
builtInPkgNatives = new ArrayList <>();
99
100
if (Platform .includedIn (InternalPlatform .PLATFORM_JNI .class )) {
100
101
builtInPkgNatives .addAll (Arrays .asList (defaultBuiltInPkgNatives ));
101
- /*
102
- * Support builtin methods for Containers and Metrics internal API which is Linux only
103
- */
104
- if (Platform .includedIn (Platform .LINUX .class )) {
105
- builtInPkgNatives .add ("jdk_internal_platform" );
106
- }
107
102
}
108
103
}
109
104
You can’t perform that action at this time.
0 commit comments