Re: RFR: 8098547: (tz) Support tzdata2015e

2015-06-25 Thread Attila Szegedi
Sure; filed >. (Removed Seán Coffey from the recipient list as this is not a JDK8 issue.) Attila. > On Jun 25, 2015, at 5:16 PM, Naoto Sato wrote: > > Hi Attila, > > Looks like it's a regressi

Re: RFR: 8098547: (tz) Support tzdata2015e

2015-06-25 Thread Naoto Sato
Hi Attila, Looks like it's a regression caused by the fix to 8008577, where the default locale data switched to Unicode Consortium's CLDR. Would you please file an issue? Naoto On 6/25/15 5:49 AM, Attila Szegedi wrote: Yeah, basically instantiating a JavaScript native Date object with (70,

Re: RFR: 8098547: (tz) Support tzdata2015e

2015-06-25 Thread Attila Szegedi
Yeah, basically instantiating a JavaScript native Date object with (70, 0, -10) and confirming it ends up being 10 days before epoch… This test failure happened tonight with jdk9, see >, so I presumed it has to be

Re: RFR: 8098547: (tz) Support tzdata2015e

2015-06-25 Thread Aleksej Efimov
Attila, Yes - this looks strange to me too. I checked the tzdata releases and there was no changes to Europe/Vienna since the 2014g (http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f7de7da2eb58). And as Sean stated the 2015e wasn't pushed to 9-dev repo yet. But, this one [1] was pushed just today

Re: RFR: 8098547: (tz) Support tzdata2015e

2015-06-25 Thread Seán Coffey
That looks like a strange failure Attila. The timezone in use for that testcase is Europe/Vienna. 2015e tzdata changes haven't been pushed to jdk9-dev forest yet. Where the 1969 date coming from ? Is there some rollover calculation happening ? Regards, Sean. On 25/06/2015 09:05, Attila Szege

Re: RFR: 8098547: (tz) Support tzdata2015e

2015-06-25 Thread Attila Szegedi
FWIW, he do have one new test failure in Nashorn now, it seems related. Can you confirm it is caused by your changes? [testng] Test test/script/basic/NASHORN-627.js failed at line 1 - [testng] expected: 'Sun Dec 21 1969 00:00:00 GMT+0100 (CET) -95400 1969-12-20T23:00:00.000Z' [test

Re: RFR: 8098547: (tz) Support tzdata2015e

2015-06-24 Thread Masayoshi Okutsu
+1 Masayoshi On 6/24/2015 9:58 PM, Seán Coffey wrote: Looks fine. Regards, Sean. On 24/06/15 12:05, Aleksej Efimov wrote: Hello, Please, review the latest tzdata (2015e) [1] integration to JDK9: http://cr.openjdk.java.net/~aefimov/tzdata/2015e/9/0 Testing shows no TZ related failures on a

Re: RFR: 8098547: (tz) Support tzdata2015e

2015-06-24 Thread Seán Coffey
Looks fine. Regards, Sean. On 24/06/15 12:05, Aleksej Efimov wrote: Hello, Please, review the latest tzdata (2015e) [1] integration to JDK9: http://cr.openjdk.java.net/~aefimov/tzdata/2015e/9/0 Testing shows no TZ related failures on all platforms. With Best Regards, Aleksej [1] https://bu

RFR: 8098547: (tz) Support tzdata2015e

2015-06-24 Thread Aleksej Efimov
Hello, Please, review the latest tzdata (2015e) [1] integration to JDK9: http://cr.openjdk.java.net/~aefimov/tzdata/2015e/9/0 Testing shows no TZ related failures on all platforms. With Best Regards, Aleksej [1] https://bugs.openjdk.java.net/browse/JDK-8098547