Request for approval 8009581:Xpathexception does not honor initcause()

2013-07-23 Thread Aleksej Efimov
Hi, This is a request to backport a JDK 8 fix to JDK 7u-dev for bug 8009581. The changes are identical to JDK 8. Webrev: http://cr.openjdk.java.net/~dmeetry/8009581/webrev.7/ Review Thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-April/016340.html JDK 8 commit: http://hg.openj

Re: Request for approval 8009581:Xpathexception does not honor initcause()

2013-07-24 Thread Aleksej Efimov
-dev. Don't forget to use the master bug ID for changeset (8009579) regards, Sean. On 23/07/13 20:25, Aleksej Efimov wrote: Hi, This is a request to backport a JDK 8 fix to JDK 7u-dev for bug 8009581. The changes are identical to JDK 8. Webrev: http://cr.openjdk.java.net/~dmeetry/8009581/w

Request for approval 8015978: Incorrect transformation of XPath expression "string(-0)"

2013-07-24 Thread Aleksej Efimov
Hi, This is a request to backport a JDK 8 fix for bug 8015978 to JDK 7u-dev. The fix was already integrated into JDK 8. The changes are identical to JDK 8 except one minor change: The call to new API "isFinite()" is removed from BasisLibrary.java. JDK 7 webrev: http://cr.openjdk.java.net/~aef

Request for approval 8015987: The corba repo contains unneeded .sjava files

2013-08-05 Thread Aleksej Efimov
Hi, This is a request to backport a JDK 8 fix for bug 8015987 to JDK 7u-dev. The changes are identical to JDK 8. The fix was already integrated into JDK 8. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8015987 JDK8 changeset: http://hg.openjdk.java.net/jdk8/tl/corba/rev/cc11a0efb4f9 JD

Request for approval 8021820: Number of opened files used in select() is limited to 1024 [macosx]

2013-08-20 Thread Aleksej Efimov
Hi, This is a request to backport a JDK 8 fix for bug 8021820 to JDK 7u-dev. The changes little differs from JDK 8 but identical to it by nature: The compilation flag for [.c|.cpp] files were added just to another place: jdk/make/common/Defs-macosx.gmk The fix was already integrated into JDK

Request for approval 8024707: TransformerException : item() return null with node list of length != 1

2013-10-01 Thread Aleksej Efimov
Hi, This is a request to backport JDK 8 fix for bug 8024707 to JDK 7u-dev. The changes are identical to JDK 8. The new test was executed successfully on JDK with applied fix. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8024707 JDK8

Request for approval 8008733: Psr:perf:osb performance regression (18%) in wss_bodyenc

2013-10-15 Thread Aleksej Efimov
Hi, This is a request for a straightforward backport of JDK 8 fix for bug 8008733 to JDK 7u-dev. The changes are identical to JDK 8. JDK8 changesets: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/de8c803d4958 JDK8 review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-October/

Request for approval for 8025255: (tz) Support tzdata2013g

2013-10-16 Thread Aleksej Efimov
Hi, This is a backport of the following JDK 8 bug [1] to 7u-dev. The fix [2] is almost identical to the JDK 8 [3] except the following items: 1. No update to test/sun/util/calendar/zi/tzdata files. The test is absent in JDK7. 2. Some additional updates to localized time zone names to be in sync

Re: Request for approval for 8025255: (tz) Support tzdata2013g

2013-10-17 Thread Aleksej Efimov
ks, Aleksej On 10/17/2013 11:21 AM, Alan Bateman wrote: On 16/10/2013 22:12, Aleksej Efimov wrote: Hi, This is a backport of the following JDK 8 bug [1] to 7u-dev. Would it be possible to wait a day or two to see if any issues come from the change pushed to jdk8/tl? There is at least one new t

Re: Request for approval for 8025255: (tz) Support tzdata2013g

2013-10-24 Thread Aleksej Efimov
On 10/17/2013 12:47 PM, Aleksej Efimov wrote: Alan, Of course, I'll wait for few days. Also, I'll fix JDK-8026772 - the root cause is mine changes: All time zone names translations are based on internal translation file of globalization/translation team. I'll ask them to chec

Re: Request for approval for 8025255: (tz) Support tzdata2013g

2013-10-24 Thread Aleksej Efimov
The new webrev [1] contains the fixed test (it was also added to ProblemsList.txt) and the same tzdata2013g related update. -Aleksej [1] http://cr.openjdk.java.net/~aefimov/8025255/7/webrev.01/ On 10/24/2013 04:08 PM, Aleksej Efimov wrote: Ok, The fix for failed time zone names test (JDK

Re: Request for approval for 8025255: (tz) Support tzdata2013g

2013-10-29 Thread Aleksej Efimov
8 changeset here again. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8025255 http://hg.openjdk.java.net/jdk8/tl/jdk/rev/60e3cdbe8cdf regards, Sean. On 24/10/2013 13:56, Aleksej Efimov wrote: The new webrev [1] contains the fixed test (it was also added to ProblemsList.txt) and the same

[7u-dev] RFA: 8030822: (tz) Support tzdata2013i

2014-01-31 Thread Aleksej Efimov
Hi, Can I have an approval to backport tzdata2013i data integration to JDK7. All timezone related tests [1] gave pass results. Thanks you, Aleksej Bug: https://bugs.openjdk.java.net/browse/JDK-8030822 The JDK9 review: http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-January/024552.htm

[7u60] RFA: 8027973: javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java hangs (win)

2014-02-01 Thread Aleksej Efimov
Hi, Can I have an approval for a straight-forward backport of jdk8 test fix to 7u60. Bug URL: https://bugs.openjdk.java.net/browse/JDK-8027973 JDK7 webrev: http://cr.openjdk.java.net/~aefimov/8027973/7/webrev.00/ JDK8 changeset: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0bf3a58a1783 JDK8 revie

[7u60] RFA: 8030822: (tz) Support tzdata2013i

2014-02-03 Thread Aleksej Efimov
Hi, Can I have an approval to backport tzdata2013i data integration to 7u60. All timezone related tests [1] gave pass results. The previous 7u-dev request can be considered as discarded. Thanks you, Aleksej Bug: https://bugs.openjdk.java.net/browse/JDK-8030822 The JDK9 review: http://mail.open

Re: [7u-dev] RFA: 8030822: (tz) Support tzdata2013i

2014-02-03 Thread Aleksej Efimov
This approval request can be considered as discarded, because of new request for 7u60 release [1]. Thanks you, Aleksej [1] http://mail.openjdk.java.net/pipermail/jdk7u-dev/2014-February/008380.html On 31.01.2014 18:22, Aleksej Efimov wrote: Hi, Can I have an approval to backport

[7u60] Request for approval: 8037012: (tz) Support tzdata2014a

2014-03-19 Thread Aleksej Efimov
Hello, This is a request for approval to backport the latest tzdata (2014a) fix from JDK9 to JDK7u60. The following test sets were executed without failures: test/sun/util/resources/TimeZone test/sun/util/calendar test/closed/java/util/TimeZone test/java/util/TimeZone test/java/util/Calendar

[7u-dev] Request for approval: 8027359: XML parser returns incorrect parsing results

2014-03-24 Thread Aleksej Efimov
Hi, This is a request to backport a fix for 8027359 to JDK7u-dev. Changes are identical to JDK9. JDK9 review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-January/024184.html JDK9 changesets: http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/6cfe9502343e http://hg.openjdk.java.n

[7u-dev] Request for approval: 8032909: XSLT string-length returns incorrect length when string includes complementary chars

2014-03-24 Thread Aleksej Efimov
Hi, This is a request to backport a fix for 8032909 to JDK7u-dev. Changes are identical to JDK9. Build and new regression test succeeded. JDK9 review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-February/025220.html JDK9 changesets: http://hg.openjdk.java.net/jdk9/dev/j

[7u-dev] Request for approval: 8029073: (corba) New connection reclaimed when number of connection is greater than highwatermark

2014-04-04 Thread Aleksej Efimov
Hi, This is a request to backport a fix for 8029073 to JDK7u-dev. Changes are identical to JDK9. JDK9 review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-April/026238.html JDK9 changesets: http://hg.openjdk.java.net/jdk9/dev/corba/rev/dd71ed699a42 JBS bug: https://bugs.op

[7u-dev] Request for approval: 8038306: (tz) Support tzdata2014b

2014-04-06 Thread Aleksej Efimov
Hi, This is a request to backport a fix for 8038306 to JDK7u-dev. Changes are almost identical to JDK9: Generic timezone names are not supported in JDK7 and because of that changes related to "Antarctica/Troll" generic names wasn't backported. The following set of test were executed with "pass"

Re: CFV: New JDK7u Committer: Sergey Gabdurakhmanov

2014-05-12 Thread Aleksej Efimov
Vote: Yes On 05/12/2014 09:01 PM, Alexander Potochkin wrote: I hereby nominate Sergey Gabdurakhmanov to jdk7u Committer. Sergey is a member of the Java SE JVM sustaining team. He has spent most of that time working on the hotspot and serviceability issues. He has contributed 11 changes to jdk7

[7u-dev] RFA: 8011795: DOM Serializer prints stack traces to System.err

2014-05-13 Thread Aleksej Efimov
Hi, Can I have an approval to backport a 8011795 fix to JDK7. The fix is simple and identical to JDK8. JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8011795 JDK8 Change Set: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jaxp/rev/cbeb9343c4f5 JDK8 Review Thread: http://mail.openjdk.java.net/

hg: jdk7u/jdk7u-dev/jaxp: 8011795: DOM Serializer prints stack traces to System.err

2014-05-13 Thread aleksej . efimov
Changeset: 6462f6aee186 Author:aefimov Date: 2014-05-13 13:26 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxp/rev/6462f6aee186 8011795: DOM Serializer prints stack traces to System.err Reviewed-by: dfuchs ! src/com/sun/org/apache/xml/internal/serialize/DOMSerializerImpl.

[7u-dev] Request for approval: 8043012: (tz) Support tzdata2014c

2014-05-18 Thread Aleksej Efimov
Hello, Can I have a review for a straight forward backport of tzdata2014c changes to JDK7. No issues with timezone related tests. The following test set was executed on JDK7 build with integrated fix: test/sun/util/calendar test/java/util/Calendar test/sun/util/resources/TimeZone test/sun/util

hg: jdk7u/jdk7u-dev/jdk: 8043012: (tz) Support tzdata2014c

2014-05-18 Thread aleksej . efimov
Changeset: 5474115693fb Author:aefimov Date: 2014-05-19 01:51 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/5474115693fb 8043012: (tz) Support tzdata2014c Reviewed-by: okutsu, peytoia ! make/sun/javazic/tzdata/VERSION ! make/sun/javazic/tzdata/africa ! make/sun/java

[7u-dev] RFA: 8025051: Update resource files for TimeZone display names

2014-06-03 Thread Aleksej Efimov
Hello, Can I have an approval for backport of the time zone names changes [1] to JDK7u-dev. The backport slightly differs from the original JDK9 changes: 1. There is no generic names in JDK7 and because of that only the STD/DST naming changes was backported. 2. The test that was introduced by o

[7u-dev] RFA: 8032901: WaitForMultipleObjects() return value not handled appropriately

2014-06-04 Thread Aleksej Efimov
Hello, Can I have an approval for a straight-forward backport of 8032901 fix [1] to JDK 7u-dev. Thank you, Aleksej [1] JDK9 changeset: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/d23c0eb930f7 [2] Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-May/026855.html [3] J

hg: jdk7u/jdk7u-dev/jdk: 8032901: WaitForMultipleObjects() return value not handled appropriately

2014-06-04 Thread aleksej . efimov
Changeset: f901cef944de Author:aefimov Date: 2014-06-04 16:26 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/f901cef944de 8032901: WaitForMultipleObjects() return value not handled appropriately Reviewed-by: dholmes, sla ! src/windows/transport/shmem/shmem_md.c

Re: [7u-dev] RFA: 8025051: Update resource files for TimeZone display names

2014-07-13 Thread Aleksej Efimov
. I'm cc'ing the original JDK 8 reviewers. Hopefully one of them can approve. regards, Sean. On 03/06/2014 18:10, Aleksej Efimov wrote: Hello, Can I have an approval for backport of the time zone names changes [1] to JDK7u-dev. The backport slightly differs from the original JDK9

hg: jdk7u/jdk7u-dev/jdk: 8025051: Update resource files for TimeZone display names

2014-07-13 Thread aleksej . efimov
Changeset: 62bceb0dc56a Author:aefimov Date: 2014-07-13 22:42 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/62bceb0dc56a 8025051: Update resource files for TimeZone display names Reviewed-by: okutsu, mfang ! src/share/classes/sun/util/resources/TimeZoneNames_de.java

[7u-dev] Request for approval: 8016545: java.beans.XMLEncoder.writeObject output is wrong

2014-07-15 Thread Aleksej Efimov
Hello, Can I have an approval for a backport of JDK-8016545 [1] to JDK7. The fix applies cleanly to JDK7. The regression test fails on JDK7 without the fix and passes with applied fix. Thank you, Aleksej [1] JBS bug: https://bugs.openjdk.java.net/browse/JDK-8016545 [2] JDK8 changeset: http:

Re: [7u-dev] Request for approval: 8016545: java.beans.XMLEncoder.writeObject output is wrong

2014-07-15 Thread Aleksej Efimov
Rob, Thank you! -Aleksej On 07/15/2014 05:42 PM, Rob McKenna wrote: Approved. -Rob On 15/07/14 14:41, Aleksej Efimov wrote: Hello, Can I have an approval for a backport of JDK-8016545 [1] to JDK7. The fix applies cleanly to JDK7. The regression test fails on JDK7 without the fix and

hg: jdk7u/jdk7u-dev/jdk: 8016545: java.beans.XMLEncoder.writeObject output is wrong

2014-07-15 Thread aleksej . efimov
Changeset: 5240d6c6f05c Author:aefimov Date: 2014-07-15 18:01 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/5240d6c6f05c 8016545: java.beans.XMLEncoder.writeObject output is wrong Reviewed-by: alexsch ! src/share/classes/java/beans/XMLEncoder.java + test/java/beans/

Re: CFV: New JDK7u Committer: Mikhail Cherkasov

2014-07-15 Thread Aleksej Efimov
Vote: yes -Aleksej On 07/15/2014 08:11 PM, Alexander Potochkin wrote: I hereby nominate Mikhail Cherkasov to jdk7u Committer. Mikhail has been a member of the Java SE sustaining team for more than two years now and already made enough contributions to get the committer status for the JDK8 an

[7u-dev] RFA: 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33

2014-07-23 Thread Aleksej Efimov
Hello, Please approve a straight-forward backport of 8029837 fix [1] to JDK 7u-dev. Changesets applies cleanly, new regression test fails without the fix and passes on 7u-dev build with applied fix . Thank you, Aleksej [1] JDK9 changesets: http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/165307a

[7u-dev] RFA: 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory

2014-07-23 Thread Aleksej Efimov
Hi, Can I have an approval for a straight-forward backport of 8049514 fix [1] to JDK 7u-dev. Thank you, Aleksej [1] JDK9 changesets: http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/c46bf267ad41 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/526240307741 [2] Review thread: http://mail.openj

hg: jdk7u/jdk7u-dev/jaxp: 2 new changesets

2014-07-23 Thread aleksej . efimov
Changeset: 728e8d004fc1 Author:aefimov Date: 2014-07-22 22:06 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxp/rev/728e8d004fc1 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33 Reviewed-by: joehw ! src/com/sun/org/apache/xerces/internal/impl/x

hg: jdk7u/jdk7u-dev/jdk: 2 new changesets

2014-07-23 Thread aleksej . efimov
Changeset: 0b9ab5a573c0 Author:aefimov Date: 2014-07-22 22:06 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/0b9ab5a573c0 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33 Reviewed-by: joehw + test/javax/xml/bind/xjc/8029837/PreParseGramma

Re: CFV: New JDK7u Committer: Anton Nashatyrev

2014-08-05 Thread Aleksej Efimov
Vote: YES On 05.08.2014 18:06, Alexander Potochkin wrote: I hereby nominate Anton Nashatyrev to jdk7u Committer. Anton is a member of the Java SE sustaining team. He has spent most of that time working on the GUI and deployment issues. He has contributed 16 changes to jdk7u so far: http://hg.

[7u-dev] RFA: 8032908: getTextContent doesn't return string in JAXP

2014-08-06 Thread Aleksej Efimov
Hello, Please approve a straight-forward backport of 8032908 fix [1] to JDK 7u-dev. Changesets applies cleanly, new regression test fails without the fix and passes on 7u-dev build with applied fix . Thank you, Aleksej [1] JDK9 changesets: http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/ad9b121

hg: jdk7u/jdk7u-dev/jdk: 8032908: getTextContent doesn't return string in JAXP

2014-08-06 Thread aleksej . efimov
Changeset: b68fcc30419b Author:aefimov Date: 2014-07-31 11:31 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/b68fcc30419b 8032908: getTextContent doesn't return string in JAXP Reviewed-by: joehw + test/javax/xml/jaxp/common/8032908/TestFunc.java + test/javax/xml/jaxp

hg: jdk7u/jdk7u-dev/jaxp: 8032908: getTextContent doesn't return string in JAXP

2014-08-06 Thread aleksej . efimov
Changeset: 25a1b88d7a47 Author:aefimov Date: 2014-07-31 11:34 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxp/rev/25a1b88d7a47 8032908: getTextContent doesn't return string in JAXP Reviewed-by: joehw ! src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java

[7u-dev] RFA: 8036981: JAXB not preserving formatting for xsd:any Mixed content

2014-09-01 Thread Aleksej Efimov
Hello, Please, approve a backport of JDK8 fix to JDK7. It is a straight forward backport. New regression test passes on JDK7 build with fix and fails without it. The following xml related test shows no failures: test/javax/xml test/com/sun/org/apache/xml Thank you, Aleksej [1] JDK8 change

hg: jdk7u/jdk7u-dev/jdk: 8036981: JAXB not preserving formatting for xsd:any Mixed content

2014-09-02 Thread aleksej . efimov
Changeset: 87ff88fdd832 Author:aefimov Date: 2014-09-02 13:57 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/87ff88fdd832 8036981: JAXB not preserving formatting for xsd:any Mixed content Reviewed-by: lancea, mkos + test/javax/xml/bind/marshal/8036981/Good.java + tes

hg: jdk7u/jdk7u-dev/jaxws: 8036981: JAXB not preserving formatting for xsd:any Mixed content

2014-09-02 Thread aleksej . efimov
Changeset: d924f235e859 Author:aefimov Date: 2014-09-02 13:49 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxws/rev/d924f235e859 8036981: JAXB not preserving formatting for xsd:any Mixed content Reviewed-by: lancea, mkos ! src/share/jaxws_classes/com/sun/xml/internal/bin

[7u-dev] RFA: 8049343: (tz) Support tzdata2014g

2014-09-12 Thread Aleksej Efimov
Hello, Could you, please, approve a backport of tz2014g related changes to JDK7. The backport is not straight-forward one, there is no generic time zone names in JDK7 - because of that the tz names changes slightly differs from JDK8. Also, there was a temporary fix for JSR310 code and test fai

hg: jdk7u/jdk7u-dev/jdk: 8049343: (tz) Support tzdata2014g

2014-09-17 Thread aleksej . efimov
Changeset: fd488f5e328f Author:aefimov Date: 2014-09-12 14:23 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/fd488f5e328f 8049343: (tz) Support tzdata2014g Reviewed-by: mfang, okutsu ! make/sun/javazic/tzdata/VERSION ! make/sun/javazic/tzdata/africa ! make/sun/javazi

Re: [7u-dev] Request for approval: 8038966: JAX-WS handles wrongly xsd:any arguments for Web services

2014-10-08 Thread Aleksej Efimov
Thank you Sean! -Aleksej On 10/08/2014 01:45 PM, Seán Coffey wrote: Looks fine Aleksej. Approved. regards, Sean. On 08/10/14 09:45, Aleksej Efimov wrote: Hello, Could you, please, approve a backport of 8038966 bug to JDK7u-dev. The source code changes is identical to JDK8. The only one

hg: jdk7u/jdk7u-dev/jdk: 8038966: JAX-WS handles wrongly xsd:any arguments for Web services

2014-10-08 Thread aleksej . efimov
Changeset: 4c1747bcb284 Author:aefimov Date: 2014-10-08 14:24 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/4c1747bcb284 8038966: JAX-WS handles wrongly xsd:any arguments for Web services Reviewed-by: coffeys + test/javax/xml/ws/xsanymixed/CopyingResponse.java + tes

hg: jdk7u/jdk7u-dev/jaxws: 8038966: JAX-WS handles wrongly xsd:any arguments for Web services

2014-10-08 Thread aleksej . efimov
Changeset: 3c37fddd70d6 Author:aefimov Date: 2014-10-08 14:22 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxws/rev/3c37fddd70d6 8038966: JAX-WS handles wrongly xsd:any arguments for Web services Reviewed-by: coffeys ! src/share/jaxws_classes/com/sun/xml/internal/bind/v2

[7u-dev] Request for approval : 8033627 8060006

2014-10-15 Thread Aleksej Efimov
Hello, JDK-8033627 and JDK-8060006 bugs need to be backported to jdk7u-dev to correct the windows timezone mappings in JDK7 (to match the latest Windows updates: KB2794119 and KB2998527). Bug: https://bugs.openjdk.java.net/browse/JDK-8033627 8u changeset: http://hg.openjdk.java.net/jdk8u/jdk

hg: jdk7u/jdk7u-dev/jdk: 2 new changesets

2014-10-30 Thread aleksej . efimov
Changeset: 60862437eca9 Author:aefimov Date: 2014-10-15 16:32 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/60862437eca9 8033627: UTC+02:00 time zones are not detected correctly on Windows Reviewed-by: peytoia ! src/windows/lib/tzmappings Changeset: 286376bf2e1e Au

[7u-dev] Request for approval: 8059206: (tz) Support tzdata2014i

2014-11-01 Thread Aleksej Efimov
Hello, Please, approve a JDK 7u-dev backport of tzdata2014i integration fix. The fix is almost identical to JDK8 with one difference: there is no generic names in JDK7 and changes related to them are not applicable. The JPRT build and all related timezone tests passes, JTREG tests also shows n

Re: [7u-dev] Request for approval: 8059206: (tz) Support tzdata2014i

2014-11-04 Thread Aleksej Efimov
Hi, Can I ask for the review of this almost-unaltered JDK7 backport? With Best Regards, Aleksej On 03.11.2014 12:14, Seán Coffey wrote: Approved pending a peer review of the JDK7u changes. regards, Sean. On 01/11/2014 22:19, Aleksej Efimov wrote: Hello, Please, approve a JDK 7u-dev

hg: jdk7u/jdk7u-dev/jdk: 8059206: (tz) Support tzdata2014i

2014-11-05 Thread aleksej . efimov
Changeset: 3796111298d5 Author:aefimov Date: 2014-11-05 13:01 +0300 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/3796111298d5 8059206: (tz) Support tzdata2014i Reviewed-by: okutsu ! make/sun/javazic/tzdata/VERSION ! make/sun/javazic/tzdata/africa ! make/sun/javazic/tzdat

Re: [7u-dev] Request for approval: 8059206: (tz) Support tzdata2014i

2014-11-05 Thread Aleksej Efimov
Yuka, Thank you for reviewing this fix. Best Regards, Aleksej On 11/05/2014 05:56 AM, Yuka Kamiya wrote: Hi, The fix for 7u looks ok to me. Thanks, -- Yuka On 2014/11/05 5:23, Aleksej Efimov wrote: Hi, Can I ask for the review of this almost-unaltered JDK7 backport? With Best Regards

[7u-dev] request for approval: 8059327: XML parser returns corrupt attribute value

2014-11-12 Thread Aleksej Efimov
Hi! May I please have approval to backport 8059327 fix from JDK8 to JDK7? Fix applies cleanly. Testing (JPRT+JTREG) shows no failures with new and other xml related tests. Bug URL: https://bugs.openjdk.java.net/browse/JDK-8059327 JDK8 changesets: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/ja

hg: jdk7u/jdk7u-dev/jaxp: 8059327: XML parser returns corrupt attribute value

2014-11-13 Thread aleksej . efimov
Changeset: 1e0a9e7cd016 Author:aefimov Date: 2014-11-12 13:02 +0300 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxp/rev/1e0a9e7cd016 8059327: XML parser returns corrupt attribute value Reviewed-by: lancea ! src/com/sun/org/apache/xerces/internal/impl/XML11EntityScanner.java !

hg: jdk7u/jdk7u-dev/jdk: 8059327: XML parser returns corrupt attribute value

2014-11-13 Thread aleksej . efimov
Changeset: df7bf5b610ee Author:aefimov Date: 2014-11-12 13:02 +0300 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/df7bf5b610ee 8059327: XML parser returns corrupt attribute value Reviewed-by: lancea + test/javax/xml/jaxp/testng/TEST.properties + test/javax/xml/jaxp/testng

[7u-dev] Request for approval: 8064560: (tz) Support tzdata2014j

2014-11-25 Thread Aleksej Efimov
Hello, Please, approve a backport of tzdata2014j related changes to jdk7u-dev. The JDK8 fix applies cleanly with unshuffled path to tz data storage (make/data/tzdata->make/sun/javazic/tzdata). Testing: JPRT and JTREG [1] tests shows no tz related failures. Bug: https://bugs.openjdk.java.net/b

hg: jdk7u/jdk7u-dev/jdk: 8064560: (tz) Support tzdata2014j

2014-11-25 Thread aleksej . efimov
Changeset: a812404727c0 Author:aefimov Date: 2014-11-25 17:04 +0300 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/a812404727c0 8064560: (tz) Support tzdata2014j Reviewed-by: okutsu ! make/sun/javazic/tzdata/VERSION ! make/sun/javazic/tzdata/africa ! make/sun/javazic/tzdat

[7u-dev] Request for review: 8037502: build.tools.javazic.Zoneinfo incorrectly calculates raw GMT offset change time

2015-01-14 Thread Aleksej Efimov
Hi, Can I have a quick review please for the bug [1] inspired by already resolved JDK8/9 test failure [2]: this test uses a copy of JDK7 classes and check if the JSR310 generated data is the same as data generated by JDK7 code. The proposed fix [3] solves the possible incorrect calculations o