File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/jdk Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments