hg: jdk7u/jdk7u-dev/hotspot: 8046289: compiler/6340864/TestLongVect.java timeout with

2014-11-06 Thread vladimir . kozlov
Changeset: 3ae4d3bcedb8 Author:rbackman Date: 2014-06-23 13:33 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/3ae4d3bcedb8 8046289: compiler/6340864/TestLongVect.java timeout with Reviewed-by: iveresov, vlivanov ! src/share/vm/opto/parse.hpp ! src/share/vm/opto/p

Re: Resend: [7u-dev] Request for approval for 8046289: compiler/6340864/TestLongVect.java timeout with

2014-11-06 Thread Vladimir Kozlov
Thank you, Sean On 11/6/14 1:15 AM, Seán Coffey wrote: You might want to add a noreg- label to the bug report. The testbug label should be removed also since this affects product code. I replaced testbug with noreg-sqe since we have the test. Approved. Thanks, Vladimir regards, Sean.

Re: [7u-dev] Request for approval: 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146

2014-11-06 Thread Seán Coffey
Approved. regards, Sean. On 06/11/2014 18:55, mikhail cherkasov wrote: Hi there, I would like to backport this fix from jdk8: bug: https://bugs.openjdk.java.net/browse/JDK-8062021 review thread: http://mail.openjdk.java.net/pipermail/awt-dev/2014-October/008617.html jdk8 changeset: http://h

[7u-dev] Request for approval: 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146

2014-11-06 Thread mikhail cherkasov
Hi there, I would like to backport this fix from jdk8: bug: https://bugs.openjdk.java.net/browse/JDK-8062021 review thread: http://mail.openjdk.java.net/pipermail/awt-dev/2014-October/008617.html jdk8 changeset: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/df79e4dd6a2b Thanks, Mikhail.

hg: jdk7u/jdk7u-dev/hotspot: 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads

2014-11-06 Thread vladimir . kempik
Changeset: 94f796f95cbc Author:vkempik Date: 2014-10-28 18:41 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/94f796f95cbc 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads Reviewed-by: dholmes, brutisso ! src/share/vm/services/

Re: RFR: JDK7 backport of 8020675 - invalid jar file in the bootclasspath could lead to jvm fatal error

2014-11-06 Thread Daniel D. Daugherty
On 11/6/14 6:37 AM, Andreas Eriksson wrote: Hi, Could someone please review this jdk7 backport of JDK-8020675 please. Summary: invalid jar file in the bootclasspath could lead to jvm fatal error removed offending EXCEPTION_MARK calls and code

Re: [7u-dev] Request for approval: 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads

2014-11-06 Thread Seán Coffey
Master bug needs a noreg- label. Approved. regards, Sean. On 06/11/2014 14:30, Vladimir Kempik wrote: The webrev - http://cr.openjdk.java.net/~vkempik/8059216/jdk7/8059216/webrev.00/ On 06.11.2014 17:29, Vladimir Kempik wrote: Hello, please approve this backport of the fix to jdk7u-dev. Th

Re: [7u-dev] Request for approval: 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads

2014-11-06 Thread Vladimir Kempik
The webrev - http://cr.openjdk.java.net/~vkempik/8059216/jdk7/8059216/webrev.00/ On 06.11.2014 17:29, Vladimir Kempik wrote: Hello, please approve this backport of the fix to jdk7u-dev. The bug: https://bugs.openjdk.java.net/browse/JDK-8059216 The review thread: http://mail.openjdk.java.net/pi

[7u-dev] Request for approval: 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads

2014-11-06 Thread Vladimir Kempik
Hello, please approve this backport of the fix to jdk7u-dev. The bug: https://bugs.openjdk.java.net/browse/JDK-8059216 The review thread: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2014-October/012770.html The jdk8u changeset: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/

RFR: JDK7 backport of 8020675 - invalid jar file in the bootclasspath could lead to jvm fatal error

2014-11-06 Thread Andreas Eriksson
Hi, Could someone please review this jdk7 backport of JDK-8020675 please. Summary: invalid jar file in the bootclasspath could lead to jvm fatal error removed offending EXCEPTION_MARK calls and code cleanup One code change necessary for the ba

Re: [7u-dev] Request for approval: 8058715: stability issues when being launched as an embedded JVM via JNI

2014-11-06 Thread david buck
Hi Sean! Thank you for the approval. (Un)fortunately no, I am not a risk of hug attacks today. I forgot to mention that I also updated the copyright year for this file by hand before pushing. Cheers, -Buck On 2014/11/06 21:52, Seán Coffey wrote: I thought it was another case of colleague a

hg: jdk7u/jdk7u-dev/hotspot: 8058715: stability issues when being launched as an embedded JVM via JNI

2014-11-06 Thread david . buck
Changeset: 4800ce2a2849 Author:dbuck Date: 2014-11-06 04:57 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/4800ce2a2849 8058715: stability issues when being launched as an embedded JVM via JNI Summary: Use mmap call without MAP_FIXED so we avoid corrupting already

Re: [7u-dev] Request for approval: 8058715: stability issues when being launched as an embedded JVM via JNI

2014-11-06 Thread Seán Coffey
I thought it was another case of colleague attacks/hugs! [1] Review thread : http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2014-November/013056.html Approved. regards, Sean. [1] http://mail.openjdk.java.net/pipermail/jdk8u-dev/2014-November/002370.html On 06/11/2014 12:46, dav

Re: [7u-dev] Request for approval: 8058715: stability issues when being launched as an embedded JVM via JNI

2014-11-06 Thread david buck
Resending with correct subject line. Sorry. On 2014/11/06 21:44, david buck wrote: Hi! Please approve my backport from JDK8 to JDK7 of this very safe and simple change: Bug Report: https://bugs.openjdk.java.net/browse/JDK-8058715 JDK8 change: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/re

[7u-dev] Request for approval:

2014-11-06 Thread david buck
Hi! Please approve my backport from JDK8 to JDK7 of this very safe and simple change: Bug Report: https://bugs.openjdk.java.net/browse/JDK-8058715 JDK8 change: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/ef6b27d844cc JDK8 fix applies cleanly to JDK7 source. Cheers, -Buck

Re: Resend: [7u-dev] Request for approval for 8046289: compiler/6340864/TestLongVect.java timeout with

2014-11-06 Thread Seán Coffey
You might want to add a noreg- label to the bug report. The testbug label should be removed also since this affects product code. Approved. regards, Sean. On 06/11/2014 01:48, Vladimir Kozlov wrote: Please, ignore previous mail. I messed up links. Backport to 7u request. Changes were pushed