Re: [PATCH] 6956398: make ephemeral DH key match the length of the certificate key

2016-04-14 Thread Andrew Hughes
- Original Message - > * Andrew Hughes [2016-04-13 21:37]: > > Webrev: http://cr.openjdk.java.net/~andrew/jdk7u/6956398/webrev.01/ > > 8 changeset: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/0d5f4f1782e8 > > > > This patch has been in IcedTea 2.x since the 2.5.5 release on 2015-04-1

[PATCH] 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms

2016-04-14 Thread Andrew Hughes
Webrev: http://cr.openjdk.java.net/~andrew/jdk7u/8087120/webrev.01/ OpenJDK 8 changeset: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6ef40024aa2 This patch has been in IcedTea 2.x since 2.6.1 (2015-07-21). It applies as-is to OpenJDK 7. Despite the description, it's necessary for me to b

Re: [PATCH] 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms

2016-04-14 Thread Omair Majid
* Andrew Hughes [2016-04-14 14:52]: > Webrev: http://cr.openjdk.java.net/~andrew/jdk7u/8087120/webrev.01/ > OpenJDK 8 changeset: > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6ef40024aa2 > > This patch has been in IcedTea 2.x since 2.6.1 (2015-07-21). > > It applies as-is to OpenJDK 7.

hg: jdk7u/jdk7u/hotspot: 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.

2016-04-14 Thread gnu . andrew
Changeset: 3c694533a19c Author:sgehwolf Date: 2015-06-12 16:09 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/3c694533a19c 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms. Summary: Use __builtin_frame_address(0) rather tha

Re: [PATCH] 8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms

2016-04-14 Thread Andrew Hughes
- Original Message - > * Andrew Hughes [2016-04-14 14:52]: > > Webrev: http://cr.openjdk.java.net/~andrew/jdk7u/8087120/webrev.01/ > > OpenJDK 8 changeset: > > http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6ef40024aa2 > > > > This patch has been in IcedTea 2.x since 2.6.1 (2015-07

[PATCH] 8081475: SystemTap does not work when JDK is compiled with GCC 5

2016-04-14 Thread Andrew Hughes
Webrev: http://cr.openjdk.java.net/~andrew/jdk7u/8081475/webrev.01/ OpenJDK 8 changeset: http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/42c0a8631742 This patch has been in IcedTea 2.x since 2.6.0 (2015-07-17). It applies as-is to OpenJDK 7 and is a simple correction of the version check to a