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

2017-02-17 Thread Lindenmaier, Goetz
Hi Andrew, thanks for the review! Can I push this by myself? I'll wait for after the security update ... Best regards, Goetz. > -Original Message- > From: Andrew Hughes [mailto:gnu.and...@redhat.com] > Sent: Freitag, 17. Februar 2017 09:02 > To: Lindenmaier, Goetz > Cc: jdk7u-dev

RFR(S): 8175087: [bsd] Fix build after "8024900: PPC64: Enable new build on AIX (jdk part)"

2017-02-17 Thread Lindenmaier, Goetz
Hi, Please review this tiny fix. There is a BSD specific section of this code so the code guarded by the #if I fixed may not be compiled on bsd. http://cr.openjdk.java.net/~goetz/wr17/8175087-macErr/webrev.01/ Best regards, Goetz.

RFR(S): 8175163: [bsd] Fix build after "8005629: javac warnings compiling java.awt.EventDispatchThread..."

2017-02-17 Thread Lindenmaier, Goetz
Hi 8005629 removed file EventDispatchAccess.java, but did not remove it from the list of exported files in FILES_export_macosx.gmk. http://cr.openjdk.java.net/~goetz/wr17/8175163-macErr3/webrev.01/ Please review this change. @Florian: With the three changes I now posted I could build on mac. B

Re: Changeset de5e8c8a9b87 breaks osx build

2017-02-17 Thread Florian Bruckner (3kraft)
Alex, Andrew, On 16/02/2017 00:07, Alex Kashchenko wrote: The latter statement (that nobody builds OSX from jdk7u) is probably correct, jdk7u repos became broken for Mac since 7u85 [1]. Even if 7u85+ can be compiled for Mac, it will contain a number of regression tests failures. [1] http:/

Re: RFR(S): 8175163: [bsd] Fix build after "8005629: javac warnings compiling java.awt.EventDispatchThread..."

2017-02-17 Thread Florian Bruckner (3kraft)
On 17/02/2017 09:43, Lindenmaier, Goetz wrote: @Florian: With the three changes I now posted I could build on mac. Thanks, yes I can now build as well. regards, Florian

Re: Changeset de5e8c8a9b87 breaks osx build

2017-02-17 Thread Alex Kashchenko
Hi Florian, On 02/17/2017 08:59 AM, Florian Bruckner (3kraft) wrote: Alex, Andrew, On 16/02/2017 00:07, Alex Kashchenko wrote: The latter statement (that nobody builds OSX from jdk7u) is probably correct, jdk7u repos became broken for Mac since 7u85 [1]. Even if 7u85+ can be compiled for Mac