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 733
733
"sun.nio.ch" ,
734
734
"sun.util.cldr" ,
735
735
"sun.util.locale" ,
736
+ "sun.util.spi" ,
736
737
"sun.invoke.util" ,
737
738
],
738
739
"java.management" : [
Original file line number Diff line number Diff line change 103
103
import sun .util .locale .provider .LocaleProviderAdapter ;
104
104
import sun .util .locale .provider .ResourceBundleBasedAdapter ;
105
105
import sun .util .resources .LocaleData ;
106
+ import sun .util .spi .CalendarProvider ;
106
107
107
108
/**
108
109
* LocalizationFeature is the core class of SVM localization support. It contains all the options
@@ -430,7 +431,8 @@ public static void addCharset(Charset charset) {
430
431
TimeZoneNameProvider .class ,
431
432
JavaTimeDateTimePatternProvider .class ,
432
433
CalendarDataProvider .class ,
433
- CalendarNameProvider .class );
434
+ CalendarNameProvider .class ,
435
+ CalendarProvider .class );
434
436
435
437
@ Platforms (Platform .HOSTED_ONLY .class )
436
438
private void addProviders () {
You can’t perform that action at this time.
0 commit comments