RFR: 8325950: Make sure all files in the JDK pass jcheck

Magnus Ihse Bursie ihse at openjdk.org
Thu Feb 15 15:50:57 UTC 2024


On Thu, 15 Feb 2024 14:01:46 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> test/jdk/java/util/Currency/currency.properties line 18:
>> 
>>> 16: SB=EUR,111,2, 2099-01-01T00:00:00
>>> 17: US=euR,978,2,2001-01-01T00:00:00
>>> 18: ZZ	=	ZZZ	,	999	,	3
>> 
>> This looks weird, but so did the original code. I assume this is to clearly indicate this as a end of list marker.
>
> This looks weird indeed. Luckily it's just test code. Did you run the test after this change?

All the java/util/Currency tests pass. I also searched the code for "ZZ" but could not find any references in the test.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17871#discussion_r1491227492


More information about the build-dev mailing list