Re: RFR: JDK-8186115 - libelf still referenced after 8172670

2017-08-16 Thread David Holmes
Hi Bob, These changes all seem fine to me. Thanks, David On 16/08/2017 4:55 AM, Bob Vandette wrote: Please review these changes for JDK 10 that remove all dependencies on libelf from the JDK build system. Bug: https://bugs.openjdk.java.net/browse/JDK-8186115 Webrev:

Re: [RFR]: Add sh*(eb) detection to platform.m4

2017-08-16 Thread David Holmes
Okay I have filed: https://bugs.openjdk.java.net/browse/JDK-8186313 to cover the addition of alpha, mips*, m68k and sh* platforms. Build folk still need to approve. Thanks, David PS. I'll respond on each thread for completeness. On 16/08/2017 11:13 AM, John Paul Adrian Glaubitz wrote: Hi!

Re: [RFR]: Add mips(64)(el) detection to platform.m4

2017-08-16 Thread David Holmes
Okay I have filed: https://bugs.openjdk.java.net/browse/JDK-8186313 to cover the addition of alpha, mips*, m68k and sh* platforms. Build folk still need to approve. Thanks, David PS. I'll respond on each thread for completeness. On 16/08/2017 11:10 AM, John Paul Adrian Glaubitz wrote: Hi!

Re: [RFR]: Add alpha detection to platform.m4

2017-08-16 Thread David Holmes
Okay I have filed: https://bugs.openjdk.java.net/browse/JDK-8186313 to cover the addition of alpha, mips*, m68k and sh* platforms. Build folk still need to approve. Thanks, David PS. I'll respond on each thread for completeness. On 16/08/2017 11:45 PM, John Paul Adrian Glaubitz wrote: On

Re: [RFR]: Add m68k detection to platform.m4

2017-08-16 Thread David Holmes
Okay I have filed: https://bugs.openjdk.java.net/browse/JDK-8186313 to cover the addition of alpha, mips*, m68k and sh* platforms. Build folk still need to approve. Thanks, David PS. I'll respond on each thread for completeness. On 16/08/2017 11:09 AM, John Paul Adrian Glaubitz wrote: Hi!

Re: CSR Review for 8159544: Remove deprecated classes in com.sun.security.auth.**

2017-08-16 Thread Sean Mullan
Thanks, can you also review the corresponding webrev: http://cr.openjdk.java.net/~mullan/webrevs/8159544/ I'm also copying build-dev as there is one Makefile change in jdk.webrev.00. --Sean On 8/10/17 9:38 PM, Weijun Wang wrote: Done. Thanks Max On Aug 10, 2017, at 11:36 PM, Sean

Re: [RFR]: Add alpha detection to platform.m4

2017-08-16 Thread Thomas Stüfe
On Wed, Aug 16, 2017 at 3:07 PM, John Paul Adrian Glaubitz < glaub...@physik.fu-berlin.de> wrote: > Hi! > > On 08/16/2017 06:43 AM, David Holmes wrote: > >> What are you proposing for Alpha and all these other platforms? >> > > They work fine with the Zero port and we have been using Zero on >

Re: [RFR]: Add alpha detection to platform.m4

2017-08-16 Thread John Paul Adrian Glaubitz
Hi! On 08/16/2017 06:43 AM, David Holmes wrote: What are you proposing for Alpha and all these other platforms? They work fine with the Zero port and we have been using Zero on these Debian for several years now. For most architectures, just adding the autoconf definitions is enough to get

Re: RFR: JDK-8186115 - libelf still referenced after 8172670

2017-08-16 Thread Christian Thalinger
> On Aug 15, 2017, at 8:55 PM, Bob Vandette wrote: > > Please review these changes for JDK 10 that remove all dependencies on libelf > from the JDK > build system. > > Bug: > https://bugs.openjdk.java.net/browse/JDK-8186115 >