[9] RFR: 8165605: Thai resources in jdk.localedata cause split package issue with java.base

Alan Bateman Alan.Bateman at oracle.com
Thu Sep 8 12:46:14 UTC 2016



On 08/09/2016 03:51, Masayoshi Okutsu wrote:
> I thought Mandy suggested that the dictionary names in a 
> ResourceBundle contain path names rather than base names, something 
> like this:
>
> In BreakIteratorInfo_th.java:
>
>             {"WordDictionary", "thai_dict"},
> to
>             {"WordDictionary", "sun/text/resources/ext/thai_dict"},
>
> I haven't checked any side effects of this change, though.
That would be cleaner, assuming it doesn't cause issues.

-Alan


More information about the core-libs-dev mailing list