Skip to content

Commit f3995d0

Browse files
Remove build-time initialization of SystemImage.
1 parent 2906b19 commit f3995d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/jdk/JDKInitializationFeature.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,6 @@ public void afterRegistration(AfterRegistrationAccess access) {
186186
*/
187187
rci.initializeAtBuildTime("sun.nio.fs.UnixPath", "Allow UnixPath objects in the image heap (" + FutureDefaultsOptions.RUN_TIME_INITIALIZE_FILE_SYSTEM_PROVIDERS_REASON + ")");
188188
rci.initializeAtBuildTime("sun.nio.fs.WindowsPath", "Allow WindowsPath objects in the image heap (" + FutureDefaultsOptions.RUN_TIME_INITIALIZE_FILE_SYSTEM_PROVIDERS_REASON + ")");
189-
190-
/* JrtFS support. */
191-
rci.initializeAtBuildTime("jdk.internal.jrtfs.SystemImage", FutureDefaultsOptions.RUN_TIME_INITIALIZE_FILE_SYSTEM_PROVIDERS_REASON);
192189
}
193190

194191
rci.initializeAtBuildTime("com.sun.xml", JDK_CLASS_REASON);

0 commit comments

Comments
 (0)