Re: Solaris jdk9 build problem

2015-06-03 Thread David Holmes
On 2/06/2015 11:50 PM, Magnus Ihse Bursie wrote: On 2015-06-02 15:21, Semyon Sadetsky wrote: Hello, Hate to disturb you again but I got yet another show stopper for my Solaris build: Generating solaris_amd64_docs/jvmti.html Creating libverify.so from 2 file(s) Creating libjava.so from 60 file(

Re: Solaris jdk9 build problem

2015-06-02 Thread Semyon Sadetsky
On 6/2/2015 4:50 PM, Magnus Ihse Bursie wrote: On 2015-06-02 15:21, Semyon Sadetsky wrote: Hello, Hate to disturb you again but I got yet another show stopper for my Solaris build: Generating solaris_amd64_docs/jvmti.html Creating libverify.so from 2 file(s) Creating libjava.so from 60 file

Re: Solaris jdk9 build problem

2015-06-02 Thread Roger Riggs
HI, The compiler is doing more checking than others. The other compilers don't seem to know that _exit() does not return. The following patch may get past the issue. (I'm not sure if it will with all compilers.) Let me know if that works and we'll see about patching 9. Roger diff --git a/s

Re: Solaris jdk9 build problem

2015-06-02 Thread Magnus Ihse Bursie
On 2015-06-02 15:21, Semyon Sadetsky wrote: Hello, Hate to disturb you again but I got yet another show stopper for my Solaris build: Generating solaris_amd64_docs/jvmti.html Creating libverify.so from 2 file(s) Creating libjava.so from 60 file(s) Creating libfdlibm.a from 62 file(s) Creating

Re: Solaris jdk9 build problem

2015-06-02 Thread Semyon Sadetsky
Hello, Hate to disturb you again but I got yet another show stopper for my Solaris build: Generating solaris_amd64_docs/jvmti.html Creating libverify.so from 2 file(s) Creating libjava.so from 60 file(s) Creating libfdlibm.a from 62 file(s) Creating libzip.so from 21 file(s) Creating libjli.so

Re: Solaris jdk9 build problem

2015-06-02 Thread Erik Joelsson
On 2015-06-02 12:33, David Holmes wrote: On 2/06/2015 8:33 PM, Magnus Ihse Bursie wrote: On 2015-06-02 12:22, David Holmes wrote: On 2/06/2015 8:12 PM, Semyon Sadetsky wrote: On 6/2/2015 1:06 PM, Magnus Ihse Bursie wrote: On 2015-06-02 11:25, Semyon Sadetsky wrote: On 6/2/2015 11:47 AM, M

Re: Solaris jdk9 build problem

2015-06-02 Thread Semyon Sadetsky
On 6/2/2015 1:33 PM, Magnus Ihse Bursie wrote: On 2015-06-02 12:22, David Holmes wrote: On 2/06/2015 8:12 PM, Semyon Sadetsky wrote: On 6/2/2015 1:06 PM, Magnus Ihse Bursie wrote: On 2015-06-02 11:25, Semyon Sadetsky wrote: On 6/2/2015 11:47 AM, Magnus Ihse Bursie wrote: On 2015-06-02 08:

Re: Solaris jdk9 build problem

2015-06-02 Thread David Holmes
On 2/06/2015 8:33 PM, Magnus Ihse Bursie wrote: On 2015-06-02 12:22, David Holmes wrote: On 2/06/2015 8:12 PM, Semyon Sadetsky wrote: On 6/2/2015 1:06 PM, Magnus Ihse Bursie wrote: On 2015-06-02 11:25, Semyon Sadetsky wrote: On 6/2/2015 11:47 AM, Magnus Ihse Bursie wrote: On 2015-06-02 08:

Re: Solaris jdk9 build problem

2015-06-02 Thread Magnus Ihse Bursie
On 2015-06-02 12:22, David Holmes wrote: On 2/06/2015 8:12 PM, Semyon Sadetsky wrote: On 6/2/2015 1:06 PM, Magnus Ihse Bursie wrote: On 2015-06-02 11:25, Semyon Sadetsky wrote: On 6/2/2015 11:47 AM, Magnus Ihse Bursie wrote: On 2015-06-02 08:20, Semyon Sadetsky wrote: On 6/2/2015 2:35 AM,

Re: Solaris jdk9 build problem

2015-06-02 Thread Semyon Sadetsky
That helped. Thank you! --Semyon On 6/2/2015 1:18 PM, Erik Joelsson wrote: Or no, I wrote too fast. The assembler 'as' is part of Solaris and not Solaris Studio. You need to install the correct package to get it in /usr/bin/as. /Erik On 2015-06-02 12:17, Erik Joelsson wrote: When I build on

Re: Re: Solaris jdk9 build problem

2015-06-02 Thread Mikael Gerdin
On 2015-06-02 12:06, Magnus Ihse Bursie wrote: On 2015-06-02 11:25, Semyon Sadetsky wrote: On 6/2/2015 11:47 AM, Magnus Ihse Bursie wrote: On 2015-06-02 08:20, Semyon Sadetsky wrote: On 6/2/2015 2:35 AM, Magnus Ihse Bursie wrote: On 2015-06-01 21:17, Semyon Sadetsky wrote: Hello, Could yo

Re: Solaris jdk9 build problem

2015-06-02 Thread David Holmes
On 2/06/2015 8:12 PM, Semyon Sadetsky wrote: On 6/2/2015 1:06 PM, Magnus Ihse Bursie wrote: On 2015-06-02 11:25, Semyon Sadetsky wrote: On 6/2/2015 11:47 AM, Magnus Ihse Bursie wrote: On 2015-06-02 08:20, Semyon Sadetsky wrote: On 6/2/2015 2:35 AM, Magnus Ihse Bursie wrote: On 2015-06-01 2

Re: Solaris jdk9 build problem

2015-06-02 Thread Erik Joelsson
Or no, I wrote too fast. The assembler 'as' is part of Solaris and not Solaris Studio. You need to install the correct package to get it in /usr/bin/as. /Erik On 2015-06-02 12:17, Erik Joelsson wrote: When I build on Solaris, configure finds 'as' in the Solaris Studio bin dir. /Erik On 201

Re: Solaris jdk9 build problem

2015-06-02 Thread Erik Joelsson
When I build on Solaris, configure finds 'as' in the Solaris Studio bin dir. /Erik On 2015-06-02 12:12, Semyon Sadetsky wrote: On 6/2/2015 1:06 PM, Magnus Ihse Bursie wrote: On 2015-06-02 11:25, Semyon Sadetsky wrote: On 6/2/2015 11:47 AM, Magnus Ihse Bursie wrote: On 2015-06-02 08:20, Sem

Re: Solaris jdk9 build problem

2015-06-02 Thread David Holmes
On 2/06/2015 5:54 PM, Semyon Sadetsky wrote: On 6/2/2015 9:27 AM, David Holmes wrote: On 2/06/2015 4:20 PM, Semyon Sadetsky wrote: On 6/2/2015 2:35 AM, Magnus Ihse Bursie wrote: On 2015-06-01 21:17, Semyon Sadetsky wrote: Hello, Could you help me to resolve 9 build problem on Solaris 11.2:

Re: Solaris jdk9 build problem

2015-06-02 Thread Semyon Sadetsky
On 6/2/2015 1:06 PM, Magnus Ihse Bursie wrote: On 2015-06-02 11:25, Semyon Sadetsky wrote: On 6/2/2015 11:47 AM, Magnus Ihse Bursie wrote: On 2015-06-02 08:20, Semyon Sadetsky wrote: On 6/2/2015 2:35 AM, Magnus Ihse Bursie wrote: On 2015-06-01 21:17, Semyon Sadetsky wrote: Hello, Could yo

Re: Solaris jdk9 build problem

2015-06-02 Thread Magnus Ihse Bursie
On 2015-06-02 11:25, Semyon Sadetsky wrote: On 6/2/2015 11:47 AM, Magnus Ihse Bursie wrote: On 2015-06-02 08:20, Semyon Sadetsky wrote: On 6/2/2015 2:35 AM, Magnus Ihse Bursie wrote: On 2015-06-01 21:17, Semyon Sadetsky wrote: Hello, Could you help me to resolve 9 build problem on Solaris 1

Re: Solaris jdk9 build problem

2015-06-02 Thread Semyon Sadetsky
On 6/2/2015 11:47 AM, Magnus Ihse Bursie wrote: On 2015-06-02 08:20, Semyon Sadetsky wrote: On 6/2/2015 2:35 AM, Magnus Ihse Bursie wrote: On 2015-06-01 21:17, Semyon Sadetsky wrote: Hello, Could you help me to resolve 9 build problem on Solaris 11.2: /usr/ccs/bin/nm: solaris_x86_64.o: No s

Re: Solaris jdk9 build problem

2015-06-02 Thread Magnus Ihse Bursie
On 2015-06-02 08:20, Semyon Sadetsky wrote: On 6/2/2015 2:35 AM, Magnus Ihse Bursie wrote: On 2015-06-01 21:17, Semyon Sadetsky wrote: Hello, Could you help me to resolve 9 build problem on Solaris 11.2: /usr/ccs/bin/nm: solaris_x86_64.o: No such file or directory gmake[8]: *** [libjvm.so] Er

Re: Solaris jdk9 build problem

2015-06-02 Thread Semyon Sadetsky
On 6/2/2015 9:27 AM, David Holmes wrote: On 2/06/2015 4:20 PM, Semyon Sadetsky wrote: On 6/2/2015 2:35 AM, Magnus Ihse Bursie wrote: On 2015-06-01 21:17, Semyon Sadetsky wrote: Hello, Could you help me to resolve 9 build problem on Solaris 11.2: /usr/ccs/bin/nm: solaris_x86_64.o: No such fi

Re: Solaris jdk9 build problem

2015-06-01 Thread David Holmes
On 2/06/2015 4:20 PM, Semyon Sadetsky wrote: On 6/2/2015 2:35 AM, Magnus Ihse Bursie wrote: On 2015-06-01 21:17, Semyon Sadetsky wrote: Hello, Could you help me to resolve 9 build problem on Solaris 11.2: /usr/ccs/bin/nm: solaris_x86_64.o: No such file or directory gmake[8]: *** [libjvm.so] E

Re: Solaris jdk9 build problem

2015-06-01 Thread Semyon Sadetsky
On 6/2/2015 2:35 AM, Magnus Ihse Bursie wrote: On 2015-06-01 21:17, Semyon Sadetsky wrote: Hello, Could you help me to resolve 9 build problem on Solaris 11.2: /usr/ccs/bin/nm: solaris_x86_64.o: No such file or directory gmake[8]: *** [libjvm.so] Error 1 gmake[8]: Leaving directory `/jdk9/cli

Re: Solaris jdk9 build problem

2015-06-01 Thread Magnus Ihse Bursie
On 2015-06-01 21:17, Semyon Sadetsky wrote: Hello, Could you help me to resolve 9 build problem on Solaris 11.2: /usr/ccs/bin/nm: solaris_x86_64.o: No such file or directory gmake[8]: *** [libjvm.so] Error 1 gmake[8]: Leaving directory `/jdk9/client/build/solaris-x86_64-normal-server-fastdebug

Solaris jdk9 build problem

2015-06-01 Thread Semyon Sadetsky
Hello, Could you help me to resolve 9 build problem on Solaris 11.2: /usr/ccs/bin/nm: solaris_x86_64.o: No such file or directory gmake[8]: *** [libjvm.so] Error 1 gmake[8]: Leaving directory `/jdk9/client/build/solaris-x86_64-normal-server-fastdebug/hotspot/solaris_amd64_compiler2/fastdebug'