Re: RFR: [jdk7u] 8028471: PPC64 (part 215): opto: Extend ImplicitNullCheck optimization.

2017-02-16 Thread Andrew Hughes
- Original Message - > Hi > > I would like to downport 8028471 from jdk8 to jdk7. > Major parts of this change came with bulk checkin > > "8165807: PPC64: Backport > PPC64 port to OpenJDK 7" > > 8165807 is an amalgam of the early chan

Re: Changeset de5e8c8a9b87 breaks osx build

2017-02-16 Thread Andrew Hughes
- Original Message - > Hey guys, > > out of curiosity I started to do my own OpenJDK7 builds for OSX. I can build > until 7u111, but > starting with 7u121 the build fails with this: > > openjdk7/hotspot/src/share/vm/opto/callGenerator.cpp:204: error: > 'zero_page_read_protected' is not

RE: RFR: [jdk7u] 8028471: PPC64 (part 215): opto: Extend ImplicitNullCheck optimization.

2017-02-16 Thread Lindenmaier, Goetz
Hi Florian, ok, that means this change fixes the hotspot build. Thanks. I'll fix the other one, too. I just have to look into it. Best regards, Goetz. > -Original Message- > From: Florian Bruckner (3kraft) [mailto:florian.bruck...@3kraft.com] > Sent: Donnerstag, 16. Februar 2017 12:

Re: RFR: [jdk7u] 8028471: PPC64 (part 215): opto: Extend ImplicitNullCheck optimization.

2017-02-16 Thread Florian Bruckner (3kraft)
Hi, this improves things, but the build now breaks in NetworkInterface.c: ../../../src/solaris/native/java/net/NetworkInterface.c: In function 'getIndex': ../../../src/solaris/native/java/net/NetworkInterface.c:1299: error: 'SIOCGIFINDEX' undeclared (first use in this function) ../../../src/sol

Re: Make jdk7u-dev read-only

2017-02-16 Thread Andrew Haley
On 16/02/17 07:39, Lindenmaier, Goetz wrote: > The repository jdk7u-dev seems to be unused. It did not receive a > change since 2015/1/21. > http://hg.openjdk.java.net/jdk7u/jdk7u-dev/ > > Should it be made read only? Yes, I suppose so. Andrew.