a link to the publicly visible bug
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7090843
Not available on bug.sun.com yet. This RFE is to add the latest timezone data
to JDK 7u2.
The data, tzdata2011j, was just released this week.
a link to the publicly visible webrev or a link to the JDK 8 changeset
http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/e97325a7fe7b
(same as JDK 8)
if the review is taking place somewhere else, a link to the public review thread
No public review was done for this fix. I used our internal review system.
if the fix has already been reviewed for inclusion into jdk7u-dev, the list of
reviewers
Masayoshi Okutsu
Thanks,
--
Yuka Kamiya
(11/09/15 17:24), Dalibor Topic wrote:
Hi Yuka,
I haven't seen an approval request for this change. Per the development process
for JDK 7 Updates, Ground Rules, Rule 3:
"Changes submitted for a JDK 7 Update forest MUST go through code review, and MUST
be approved by the maintainer for that forest."
Please submit an approval request for this fix to this mailing list, following
the format
laid out on the Project page: http://openjdk.java.net/projects/jdk7u/
cheers,
dalibor topic
On 9/15/11 9:40 AM, yuka.kam...@oracle.com wrote:
Changeset: e97325a7fe7b
Author: peytoia
Date: 2011-09-15 16:17 +0900
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/e97325a7fe7b
7090843: (tz) Support tzdata2011j
Reviewed-by: okutsu
! make/sun/javazic/tzdata/VERSION
! make/sun/javazic/tzdata/africa
! make/sun/javazic/tzdata/antarctica
! make/sun/javazic/tzdata/asia
! make/sun/javazic/tzdata/australasia
! make/sun/javazic/tzdata/europe
! make/sun/javazic/tzdata/iso3166.tab
! make/sun/javazic/tzdata/northamerica
! make/sun/javazic/tzdata/southamerica
! make/sun/javazic/tzdata/zone.tab
! src/share/classes/sun/util/resources/TimeZoneNames.java
! src/share/classes/sun/util/resources/TimeZoneNames_de.java
! src/share/classes/sun/util/resources/TimeZoneNames_es.java
! src/share/classes/sun/util/resources/TimeZoneNames_fr.java
! src/share/classes/sun/util/resources/TimeZoneNames_it.java
! src/share/classes/sun/util/resources/TimeZoneNames_ja.java
! src/share/classes/sun/util/resources/TimeZoneNames_ko.java
! src/share/classes/sun/util/resources/TimeZoneNames_pt_BR.java
! src/share/classes/sun/util/resources/TimeZoneNames_sv.java
! src/share/classes/sun/util/resources/TimeZoneNames_zh_CN.java
! src/share/classes/sun/util/resources/TimeZoneNames_zh_TW.java
Changeset: d4bd33d42819
Author: peytoia
Date: 2011-09-15 16:38 +0900
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/d4bd33d42819
7042148: closed/java/awt/font/TextLayout/CheckLayoutLTR.java failed
Reviewed-by: okutsu
! src/share/classes/sun/text/bidi/BidiBase.java
+ test/java/text/Bidi/Bug7042148.java