Print this page
rev 5615 : 6336885: RFE: Locale Data Deployment Enhancements
4609153: Provide locale data for Indic locales
5104387: Support for gl_ES locale (galician language)
6337471: desktop/system locale preferences support
7056139: (cal) SPI support for locale-dependent Calendar parameters
7058206: Provide CalendarData SPI for week params and display field value names
7073852: Support multiple scripts for digits and decimal symbols per locale
7079560: [Fmt-Da] Context dependent month names support in SimpleDateFormat
7171324: getAvailableLocales() of locale sensitive services should return the actual availability of locales
7151414: (cal) Support calendar type identification
7168528: LocaleServiceProvider needs to be aware of Locale extensions
7171372: (cal) locale's default Calendar should be created if unknown calendar is specified
Summary: JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data (part 1 w/o Jigsaw. by Naoto Sato and Masayoshi Okutsu)

Split Close
Expand all
Collapse all
          --- old/make/java/java/Makefile
          +++ new/make/java/java/Makefile
↓ open down ↓ 148 lines elided ↑ open up ↑
 149  149  vpath %.c $(SHARE_SRC)/native/common
 150  150  vpath %.c $(SHARE_SRC)/native/sun/misc
 151  151  vpath %.c $(SHARE_SRC)/native/sun/reflect
 152  152  vpath %.c $(SHARE_SRC)/native/java/sql
 153  153  vpath %.c $(SHARE_SRC)/native/java/util
 154  154  vpath %.c $(SHARE_SRC)/native/java/util/concurrent/atomic
 155  155  vpath %.c $(PLATFORM_SRC)/native/common
 156  156  vpath %.c $(PLATFORM_SRC)/native/java/util
 157  157  vpath %.c $(PLATFORM_SRC)/native/sun/security/provider
 158  158  vpath %.c $(PLATFORM_SRC)/native/sun/io
      159 +ifeq ($(PLATFORM),macosx)
      160 +vpath %.c $(PLATFORM_SRC_MACOS)/native/sun/util/locale/provider
      161 +else # PLATFORM
      162 +vpath %.c $(PLATFORM_SRC)/native/sun/util/locale/provider
      163 +endif # PLATFORM
 159  164  
 160  165  #
 161  166  # Includes the fdlibm header file.
 162  167  #
 163  168  OTHER_INCLUDES += -I$(SHARE_SRC)/native/java/lang/fdlibm/include
 164  169  
 165  170  #
 166  171  # Also include the io_util.h header file.
 167  172  #
 168  173  OTHER_INCLUDES += -I$(SHARE_SRC)/native/java/io
↓ open down ↓ 288 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX