[7u-dev] Request for approval 8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(!had_error) failed: bad dominance

2014-04-25 Thread Sergey Gabdurakhmanov
Hello, Could you please approve the straight back-port of the fix for 8041351 to jdk7u-dev? The bug: https://bugs.openjdk.java.net/browse/JDK-8041351 The webrev: http://cr.openjdk.java.net/~sgabdura/8041351/webrev.00/ The review thread: http://mail.openjdk.java.net/pipermail/hotspot-compiler-de

Re: [7u-dev] Request for approval 8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(!had_error) failed: bad dominance

2014-04-25 Thread Seán Coffey
Approved. regards, Sean. On 25/04/14 09:10, Sergey Gabdurakhmanov wrote: Hello, Could you please approve the straight back-port of the fix for 8041351 to jdk7u-dev? The bug: https://bugs.openjdk.java.net/browse/JDK-8041351 The webrev: http://cr.openjdk.java.net/~sgabdura/8041351/webrev.00/

[7u80] Request for approval for CR 8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server

2014-04-25 Thread Chris Hegarty
Hi 7u Maintainers, I would like to request approval for 8025710 for inclusion in 7u80 ( to be pushed to 7u-dev ). The 7u changes identical to the JDK 9/8 changes. 8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server https://bugs.openjdk.java.net/browse/J

Re: [7u80] Request for approval for CR 8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server

2014-04-25 Thread Seán Coffey
Looks like you already have plans to push to 8u-dev given the approval requests from earlier in the week. Approved for jdk7u-dev. regards, Sean. On 25/04/14 10:35, Chris Hegarty wrote: Hi 7u Maintainers, I would like to request approval for 8025710 for inclusion in 7u80 ( to be pushed to 7u

Result: New JDK 7u Committer: Aleksej Efimov

2014-04-25 Thread Seán Coffey
Voting for Aleksej Efimov [1] is now closed. Yes: 3 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Regards, Sean. [1] http://mail.openjdk.java.net/pipermail/jdk7u-dev/2014-April/008863.html

Result: New JDK 7u Committer: Ivan Gerasimov

2014-04-25 Thread Seán Coffey
Voting for Ivan Gerasimov [1] is now closed. Yes: 12 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Regards, Sean. [1] http://mail.openjdk.java.net/pipermail/jdk7u-dev/2014-April/008897.html

hg: jdk7u/jdk7u/jdk: 2 new changesets

2014-04-25 Thread dmitry . cherepanov
Changeset: 8f45cfa2cd18 Author:anashaty Date: 2014-02-18 16:48 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/8f45cfa2cd18 7094099: DropDown List of JComboBox detached Reviewed-by: alexp, dcherepanov ! src/share/classes/javax/swing/MenuSelectionManager.java ! src/share/c

Re: [7u-dev] Request for approval 8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(!had_error) failed: bad dominance

2014-04-25 Thread Vladimir Kozlov
Sergey, Indention of closing "}" is incorrect. Please, fix it before the push. No need for second review. Thanks, Vladimir On 4/25/14 1:10 AM, Sergey Gabdurakhmanov wrote: Hello, Could you please approve the straight back-port of the fix for 8041351 to jdk7u-dev? The bug: https://bugs.open

hg: jdk7u/jdk7u-dev/jdk: 8041507: Java Access Bridge version strings need to be fixed

2014-04-25 Thread sergey . bylokhov
Changeset: 416eec42330e Author:serb Date: 2014-04-25 21:31 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/416eec42330e 8041507: Java Access Bridge version strings need to be fixed Summary: set file name and type for use in RC used when building the Java AccessBridge

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

2014-04-25 Thread kevin . walls
Changeset: cfea5eeb3a76 Author:sgabdura Date: 2014-04-18 08:08 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/cfea5eeb3a76 8040664: Revert temporary fix JDK-8038785 Reviewed-by: kvn ! src/share/vm/opto/parse1.cpp Changeset: 3a2cedafb805 Author:sgabdura Date:

hg: jdk7u/jdk7u-dev/hotspot: 8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(! had_error) failed: bad dominance

2014-04-25 Thread kevin . walls
Changeset: 4cf0cf96701d Author:sgabdura Date: 2014-04-25 10:00 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/4cf0cf96701d 8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(! had_error) failed: bad dominance Summary: add missing is_mem() check when w