Re: RFR: 8015068 : (m) Use jtreg -exclude for problemlist.txt processing

2013-08-08 Thread Mike Duigou
On Aug 7 2013, at 20:47 , Jonathan Gibbons wrote: > On 08/07/2013 07:33 PM, Stuart Marks wrote: >> On 8/7/13 6:44 PM, Jonathan Gibbons wrote: >>> On 08/07/2013 06:22 PM, Alan Bateman wrote: It's good to see this logic going away. Also defaulting the output directory to TEST_ROOT (

Re: RFR 8021820: Number of opened files used in select() is limited to 1024 [macosx]

2013-08-08 Thread Chris Hegarty
On 08/08/2013 03:11 AM, Jonathan Gibbons wrote: On 08/07/2013 07:10 PM, Stuart Marks wrote: I'd suggest putting a comment at the top of the test class saying that this test *must* be run in othervm mode, to ensure that files are closed properly. That way, you can take out the cleanupFiles() meth

Re: Warnings while building OpenJDK 8 on Linux

2013-08-08 Thread David Holmes
On 8/08/2013 4:48 PM, Konstantin Perikov wrote: Tools summary: * Boot JDK: java version "1.7.0_40" OpenJDK Runtime Environment (IcedTea 2.4.1) (ArchLinux build 7.u40_2.4.1-2-x86_64) OpenJDK 64-Bit Server VM (build 24.0-b50, mixed mode) (at /usr/lib/jvm/java-7-openjdk) * C Compiler: gcT

Re: Warnings while building OpenJDK 8 on Linux

2013-08-08 Thread Andrew Haley
On 08/08/2013 10:33 AM, David Holmes wrote: > With gcc 4.8.1 you are really on the bleeding edge here. Some things > will be broken - eg stack walking (used by NativeMemoryTracking and in > error reports). I didn't know. Do you have any more information about that? Andrew.

Re: Warnings while building OpenJDK 8 on Linux

2013-08-08 Thread David Holmes
On 8/08/2013 7:37 PM, Andrew Haley wrote: On 08/08/2013 10:33 AM, David Holmes wrote: With gcc 4.8.1 you are really on the bleeding edge here. Some things will be broken - eg stack walking (used by NativeMemoryTracking and in error reports). I didn't know. Do you have any more information abo

Re: Warnings while building OpenJDK 8 on Linux

2013-08-08 Thread Andrew Haley
On 08/08/2013 10:48 AM, David Holmes wrote: > On 8/08/2013 7:37 PM, Andrew Haley wrote: >> On 08/08/2013 10:33 AM, David Holmes wrote: >>> With gcc 4.8.1 you are really on the bleeding edge here. Some things >>> will be broken - eg stack walking (used by NativeMemoryTracking and in >>> error report

Re: Warnings while building OpenJDK 8 on Linux

2013-08-08 Thread Helio Frota
Hi, I started building with gcc4.8.0 and Manjaro ( >> son of arch linux << ) https://groups.google.com/forum/#!msg/adopt-openjdk/-6CQLEclN-Q/NkrCc96WeM8J But only with gcc 4.8.1 and 20 days later hacking 3 lines of make file. http://www.heliofrota.com/blog/2013/06/25/building-openjdk8-plus-gcc-4-

Re: Warnings while building OpenJDK 8 on Linux

2013-08-08 Thread Andrew Haley
On 08/08/2013 11:07 AM, Helio Frota wrote: > I started building with gcc4.8.0 and Manjaro ( >> son of arch linux << ) > https://groups.google.com/forum/#!msg/adopt-openjdk/-6CQLEclN-Q/NkrCc96WeM8J > > But only with gcc 4.8.1 and 20 days later hacking 3 lines of make file. > http://www.heliofrota.

Re: Warnings while building OpenJDK 8 on Linux

2013-08-08 Thread Helio Frota
With manjaro ( son of arch linux ) in this time ( 25 jun 2013 ), yes. With Fedora 19 was precompiled headers and warning messages. So, Omair Majid did a tip to use this: make DEBUG_BINARIES=true SCTP_WERROR="" all And no problems anymore. 2013/8/8 Andrew Haley > On 08/08/2013 11:07 AM, H

Re: Warnings while building OpenJDK 8 on Linux

2013-08-08 Thread Helio Frota
My las openJDK build was 2 weeks ago with fedora 19 + gcc 4.8.1. I going to do a new build today and give feedback. Cheers, Helio 2013/8/8 Helio Frota > With manjaro ( son of arch linux ) in this time ( 25 jun 2013 ), yes. > > With Fedora 19 was precompiled headers and warning messages. > > S

Re: Assembler error on FreeBSD 9.1, toolchain problem?

2013-08-08 Thread Dmitry Samersoff
Henry, For some unknown for me reason, macros in bsd_x86_64.s is not processed. (Makefile issue???) I use: mv bsd_x86_64.s bsd_x86_64.s.pp cpp bsd_x86_64.s.pp > bsd_x86_64.s as a dirty workaround. -Dmitry (CC'in java-bsd) On 2013-08-08 06:34, David Holmes wrote: > Moving to build-dev as buil

Re: Assembler error on FreeBSD 9.1, toolchain problem?

2013-08-08 Thread Andrew Haley
On 08/08/2013 11:52 AM, Dmitry Samersoff wrote: > For some unknown for me reason, macros in bsd_x86_64.s is not processed. > (Makefile issue???) It should be called bsd_x86_64.S if this is using GCC. Andrew.

Re: Assembler error on FreeBSD 9.1, toolchain problem?

2013-08-08 Thread Dmitry Samersoff
Andrew, Thank you! -Dmitry On 2013-08-08 15:07, Andrew Haley wrote: > On 08/08/2013 11:52 AM, Dmitry Samersoff wrote: >> For some unknown for me reason, macros in bsd_x86_64.s is not processed. >> (Makefile issue???) > > It should be called bsd_x86_64.S if this is using GCC. > > Andrew. > -

Re: Assembler error on FreeBSD 9.1, toolchain problem?

2013-08-08 Thread Dmitry Samersoff
Filed a bug: https://jbs.oracle.com/bugs/browse/JDK-8022617 -Dmitry On 2013-08-08 06:34, David Holmes wrote: > Moving to build-dev as build-infra-dev is effectively obsolete now. > > The official gcc toolset is version 4.3 as I recall but as FreeBSD is > not one of Oracle's supported platforms

Re: Assembler error on FreeBSD 9.1, toolchain problem?

2013-08-08 Thread David Holmes
Trimmed cc list On 8/08/2013 9:07 PM, Andrew Haley wrote: On 08/08/2013 11:52 AM, Dmitry Samersoff wrote: For some unknown for me reason, macros in bsd_x86_64.s is not processed. (Makefile issue???) It should be called bsd_x86_64.S if this is using GCC. So gcc (llvm-gcc?) on OSX doesn't req

Re: Assembler error on FreeBSD 9.1, toolchain problem?

2013-08-08 Thread Andrew Haley
On 08/08/2013 01:17 PM, David Holmes wrote: > Trimmed cc list > > On 8/08/2013 9:07 PM, Andrew Haley wrote: >> On 08/08/2013 11:52 AM, Dmitry Samersoff wrote: >>> For some unknown for me reason, macros in bsd_x86_64.s is not processed. >>> (Makefile issue???) >> >> It should be called bsd_x86_64.S

Re: Assembler error on FreeBSD 9.1, toolchain problem?

2013-08-08 Thread David Holmes
On 8/08/2013 10:20 PM, Andrew Haley wrote: On 08/08/2013 01:17 PM, David Holmes wrote: Trimmed cc list On 8/08/2013 9:07 PM, Andrew Haley wrote: On 08/08/2013 11:52 AM, Dmitry Samersoff wrote: For some unknown for me reason, macros in bsd_x86_64.s is not processed. (Makefile issue???) It sh

Re: Assembler error on FreeBSD 9.1, toolchain problem?

2013-08-08 Thread Dmitry Samersoff
David, On 2013-08-08 16:17, David Holmes wrote: > Trimmed cc list > > On 8/08/2013 9:07 PM, Andrew Haley wrote: >> On 08/08/2013 11:52 AM, Dmitry Samersoff wrote: >>> For some unknown for me reason, macros in bsd_x86_64.s is not processed. >>> (Makefile issue???) >> >> It should be called bsd_x86

Re: RFR: 8015068 : (m) Use jtreg -exclude for problemlist.txt processing

2013-08-08 Thread Jonathan Gibbons
On 08/08/2013 12:00 AM, Mike Duigou wrote: On Aug 7 2013, at 20:47 , Jonathan Gibbons wrote: On 08/07/2013 07:33 PM, Stuart Marks wrote: On 8/7/13 6:44 PM, Jonathan Gibbons wrote: On 08/07/2013 06:22 PM, Alan Bateman wrote: It's good to see this logic going away. Also defaulting the output d

Re: RFR 8021820: Number of opened files used in select() is limited to 1024 [macosx]

2013-08-08 Thread Jonathan Gibbons
On 08/08/2013 01:54 AM, Chris Hegarty wrote: On 08/08/2013 03:11 AM, Jonathan Gibbons wrote: On 08/07/2013 07:10 PM, Stuart Marks wrote: I'd suggest putting a comment at the top of the test class saying that this test *must* be run in othervm mode, to ensure that files are closed properly. That

Re: RFR: 8015068 : (m) Use jtreg -exclude for problemlist.txt processing

2013-08-08 Thread Chris Hegarty
On 08/08/2013 05:01 PM, Jonathan Gibbons wrote: On 08/08/2013 12:00 AM, Mike Duigou wrote: On Aug 7 2013, at 20:47 , Jonathan Gibbons wrote: On 08/07/2013 07:33 PM, Stuart Marks wrote: On 8/7/13 6:44 PM, Jonathan Gibbons wrote: On 08/07/2013 06:22 PM, Alan Bateman wrote: It's good to see th

Re: RFR: 8015068 : (m) Use jtreg -exclude for problemlist.txt processing

2013-08-08 Thread Jonathan Gibbons
On 08/08/2013 09:13 AM, Chris Hegarty wrote: So we need a b07 of jtreg before we can proceed with this? -Chris. General question to all: How much will fall over if we call it 4.2? -- Jon

Re: RFR: 8015068 : (m) Use jtreg -exclude for problemlist.txt processing

2013-08-08 Thread Mike Duigou
On 2013-08-08, at 9:13, Chris Hegarty wrote: > On 08/08/2013 05:01 PM, Jonathan Gibbons wrote: >> On 08/08/2013 12:00 AM, Mike Duigou wrote: >>> On Aug 7 2013, at 20:47 , Jonathan Gibbons wrote: >>> On 08/07/2013 07:33 PM, Stuart Marks wrote: > On 8/7/13 6:44 PM, Jonathan Gibbons wr

Re: RFR: 8015068 : (m) Use jtreg -exclude for problemlist.txt processing

2013-08-08 Thread Mike Duigou
On 2013-08-08, at 9:22, Jonathan Gibbons wrote: > On 08/08/2013 09:13 AM, Chris Hegarty wrote: >> >> So we need a b07 of jtreg before we can proceed with this? >> >> -Chris. > > General question to all: > > How much will fall over if we call it 4.2? Some of the build scripts and makefies us

Re: RFR 8021820: Number of opened files used in select() is limited to 1024 [macosx]

2013-08-08 Thread Stuart Marks
On 8/8/13 1:54 AM, Chris Hegarty wrote: On 08/08/2013 03:11 AM, Jonathan Gibbons wrote: On 08/07/2013 07:10 PM, Stuart Marks wrote: I'd suggest putting a comment at the top of the test class saying that this test *must* be run in othervm mode, to ensure that files are closed properly. That way,

Re: jdk8 build times

2013-08-08 Thread Pete Brunet
Haven't rebuilt a release version yet for a true comparison but here are my fastdebug times with anti-virus turned off; about the same as release with anti-virus on. 00:04:30 corba 00:07:25 demos 00:16:28 docs 00:16:15 hotspot 00:23:13 images 00:04:18 jaxp 00:07:29 jaxws 00:59:41 jdk 00:05:11 lang

Re: Assembler error on FreeBSD 9.1, toolchain problem?

2013-08-08 Thread Henry Jen
man gcc on mac, >file.s >Assembler code. Apple's version of GCC runs the preprocessor on > these files as well as those ending in .S. > >file.S >Assembler code which must be preprocessed. > Cheers, Henry On Aug 8, 2013, at 5:36 AM, David Holmes wrote

Re: Assembler error on FreeBSD 9.1, toolchain problem?

2013-08-08 Thread David Holmes
On 9/08/2013 3:31 PM, Henry Jen wrote: man gcc on mac, file.s Assembler code. Apple's version of GCC runs the preprocessor on these files as well as those ending in .S. file.S Assembler code which must be preprocessed. Thanks Henry - mystery solved.