[7u-dev] Request for approval for JDK-8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC

2014-08-19 Thread Poonam Bajaj
Hello, Could I get approval for the backport of the fix to jdk7u-dev. Bug: JDK-8044406 : JVM crash with JDK8 (build 1.8.0-b132) with G1 GC Webrev: http://cr.openjdk.java.net/~poonam/8044406/webrev.01/ Code review: http://mail.openjdk.java.net/

Re: [7u-dev] Request for approval for JDK-8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC

2014-08-19 Thread dalibor topic
Thanks, Poonam - approved for jdk7u-dev. cheers, dalibor topic On 19.08.2014 12:40, Poonam Bajaj wrote: Hello, Could I get approval for the backport of the fix to jdk7u-dev. Bug: JDK-8044406 : JVM crash with JDK8 (build 1.8.0-b132) with G1 GC

hg: jdk7u/jdk7u-dev/hotspot: 8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC

2014-08-19 Thread poonam . bajaj
Changeset: 682dd189a958 Author:poonam Date: 2014-08-19 04:24 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/682dd189a958 8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC Summary: Fill the last card that has been allocated into with a dummy object Reviewe

[7u-dev] Request for approval: JDK-8054883 Segmentation error while running program

2014-08-19 Thread david buck
Hi! This is a request for approval of a trivial backport to jdk7u-dev. bug: https://bugs.openjdk.java.net/browse/JDK-8054883 jdk8 changeset: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/fb971e09d20f The same change set for 9 and 8u applies cleanly to 7u. Cheers, -Buck

Re: [7u-dev] Request for approval: JDK-8054883 Segmentation error while running program

2014-08-19 Thread Seán Coffey
Approved. regards, Sean. On 19/08/2014 17:03, david buck wrote: Hi! This is a request for approval of a trivial backport to jdk7u-dev. bug: https://bugs.openjdk.java.net/browse/JDK-8054883 jdk8 changeset: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/fb971e09d20f The same change set

hg: jdk7u/jdk7u-dev/hotspot: 8054883: Segmentation error while running program

2014-08-19 Thread david . buck
Changeset: 4d36da56075c Author:dbuck Date: 2014-08-19 10:03 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/4d36da56075c 8054883: Segmentation error while running program Summary: Fix pattern matching of range check Reviewed-by: kvn ! src/share/vm/opto/ifnode.cpp

hg: jdk7u/jdk7u-dev/hotspot: 8050485: super() in a try block in a ctor causes VerifyError

2014-08-19 Thread coleen . phillimore
Changeset: 1443b6a0483c Author:hseigel Date: 2014-08-12 20:29 -0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/1443b6a0483c 8050485: super() in a try block in a ctor causes VerifyError Summary: Parse catch clause paths to ensure they end in throws Reviewed-by: dlong