Pending Character-related work - Character-warnings
Ulf Zibis
Ulf.Zibis at gmx.de
Wed Jun 30 08:22:12 UTC 2010
Am 29.06.2010 02:29, schrieb Martin Buchholz:
> On Mon, Jun 28, 2010 at 16:32, Ulf Zibis<Ulf.Zibis at gmx.de> wrote:
>
>
>> Avoid warning about diamond operator:
>>
>> 679 private static Map<String, UnicodeBlock> map = new
>> HashMap<>();
>>
> I tried to do that, but Character.java is one of those classes
> that needs to be compilable by the bootstrap JDK,
> so this change ist leider nicht moeglich.
>
>
I think, there should be a note about this in the sources of those classes.
Maybe it's possible to have 2 versions, one for the bootstrap + another
for the final compilation.
-Ulf
More information about the build-dev
mailing list