File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/jdk/localization Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 733733 "sun.nio.ch" ,
734734 "sun.util.cldr" ,
735735 "sun.util.locale" ,
736+ "sun.util.spi" ,
736737 "sun.invoke.util" ,
737738 ],
738739 "java.management" : [
Original file line number Diff line number Diff line change 103103import sun .util .locale .provider .LocaleProviderAdapter ;
104104import sun .util .locale .provider .ResourceBundleBasedAdapter ;
105105import sun .util .resources .LocaleData ;
106+ import sun .util .spi .CalendarProvider ;
106107
107108/**
108109 * LocalizationFeature is the core class of SVM localization support. It contains all the options
@@ -430,7 +431,8 @@ public static void addCharset(Charset charset) {
430431 TimeZoneNameProvider .class ,
431432 JavaTimeDateTimePatternProvider .class ,
432433 CalendarDataProvider .class ,
433- CalendarNameProvider .class );
434+ CalendarNameProvider .class ,
435+ CalendarProvider .class );
434436
435437 @ Platforms (Platform .HOSTED_ONLY .class )
436438 private void addProviders () {
You can’t perform that action at this time.
0 commit comments