Re: Is anyone able to build on Win 7

2012-03-09 Thread Erik Joelsson
This sounds very interesting. I have no experience with MinGW/MSYS, but will most definitely start looking into it asap and see how hard it would be to get the new build compatible with it. /Erik On 2012-03-08 19:00, Volker Simonis wrote: This thread will probably never end (Windows 2046 :)

Re: Is anyone able to build on Win 7

2012-03-09 Thread Dmitry Samersoff
Volker, Thank you for amazing work! Just a curious: 1. Do you have any performance numbers for hotspot built with MinGW? Is it as fast as one built with MS VC? 2. Did you see any issues with third-party JNI code? Thank you! -Dmitry On 2012-03-08 22:00, Volker Simonis wrote: This thread

Re: Is anyone able to build on Win 7

2012-03-09 Thread Volker Simonis
Hi Dimitry, I I haven't build the HotSpot with MinGW - that would be a completely different project. I've just used the MinGW/MSYS environment (i.e. shell, make, various Unix-tools) to build the OpenJDK. The build still uses MSVC as compiler. Building the HotSpot with the GCC from MinGW should

Re: Is anyone able to build on Win 7

2012-03-09 Thread Volker Simonis
On Thu, Mar 8, 2012 at 8:00 PM, Kelly O'Hair kelly.oh...@oracle.com wrote: On Mar 8, 2012, at 10:00 AM, Volker Simonis wrote: This thread will probably never end (Windows 2046 :) So I did more test.. - I wanted to compare with MKS and the first thing I hit on was a bug in MKS's 9.4

Re: Is anyone able to build on Win 7

2012-03-08 Thread Kelly O'Hair
An interesting tidbit... I was talking to the JavaFX RE team which does builds on Windows XP and Windows 2003 X64. They have always used CYGWIN for builds, but there isn't many Makefiles used on Windows, it's mostly Ant scripts. So CYGWIN is used but probably not a major player. No MKS was

Re: Is anyone able to build on Win 7

2012-02-15 Thread Fredrik Öhrström
- kelly.oh...@oracle.com skrev: So I'm with you on the stat() theory, makes a great deal of sense. The stat theory is very interesting, but it is unclear to me if it explains all of the problem. I setup a quadruple boot x86_64 machine with 4GB of ram and 4 cores: Winxp 32bit Win7 64bit

Re: Is anyone able to build on Win 7

2012-02-14 Thread Volker Simonis
(output of uname -a): CYGWIN_NT-5.2-WOW64 WDFV00248216A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin bash 4.1.10(4)  // installed by Cygwin setup.exe make 3.82  // compiled by myself On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote: Is anyone able to build

Re: Is anyone able to build on Win 7

2012-02-14 Thread Fredrik Öhrström
2012-02-14 12:29, Volker Simonis skrev: To cut a long story short: - disabling on access scanning of *.{java,c,cpp,h,hpp} seems to resolve the file io problems (permission denied, access denied) - disabling ASLR seems to resolve the fork problems Great work! Do you know if disabling ASLR

Re: Is anyone able to build on Win 7

2012-02-14 Thread Volker Simonis
On Tue, Feb 14, 2012 at 12:43 PM, Fredrik Öhrström fredrik.ohrst...@oracle.com wrote: 2012-02-14 12:29, Volker Simonis skrev: To cut a long story short: - disabling on access scanning of *.{java,c,cpp,h,hpp} seems to resolve the file io problems (permission denied, access denied) - disabling

Re: Is anyone able to build on Win 7

2012-02-14 Thread Kelly O'Hair
Fantastic information set. Many thanks for all this digging. I suspect, that our build infrastructure work may help, in that if we get rid of the nested makes, then I can only assume we will be doing fewer stat() calls, but I think we still have a problem. A year or so ago, I managed to

Re: Is anyone able to build on Win 7

2012-02-13 Thread Fredrik Öhrström
2012-02-02 00:10, Kelly O'Hair skrev: I don't know what the current state is. The CYGWIN community seemed pretty adamant that they wanted to stamp out all drive letter pathnames. As I understood it, it's not so much the version of make.exe, but how the make.exe was built. Some kind of

Re: Is anyone able to build on Win 7

2012-02-09 Thread Kelly O'Hair
Cygwin bash 4.1.10(4) // installed by Cygwin setup.exe make 3.82 // compiled by myself On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote: Is anyone able to build on Win 7? I'm on my 8th build hoping to get to the end and have seen these errors: out of memory, 3

Re: Is anyone able to build on Win 7

2012-02-02 Thread Kelly O'Hair
On Feb 2, 2012, at 5:22 AM, Fredrik Öhrström wrote: 2012-02-02 00:10, Kelly O'Hair skrev: I don't know what the current state is. The CYGWIN community seemed pretty adamant that they wanted to stamp out all drive letter pathnames. As I understood it, it's not so much the version of

Re: Is anyone able to build on Win 7

2012-02-01 Thread Volker Simonis
able to build on Win 7?  I'm on my 8th build hoping to get to the end and have seen these errors: out of memory, 3 times - I have more than enough memory fork: Resource temporarily unavailable, 3 times error 126, once I have read http://cygwin.com/faq-nochunks.html#faq.using.bloda so apparently

Re: Is anyone able to build on Win 7

2012-02-01 Thread Phil Race
3.82 // compiled by myself On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunetpeter.bru...@oracle.com wrote: Is anyone able to build on Win 7? I'm on my 8th build hoping to get to the end and have seen these errors: out of memory, 3 times - I have more than enough memory fork: Resource temporarily

Re: Is anyone able to build on Win 7

2012-02-01 Thread Pete Brunet
-a): CYGWIN_NT-5.2-WOW64 WDFV00248216A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin bash 4.1.10(4) // installed by Cygwin setup.exe make 3.82 // compiled by myself On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote: Is anyone able to build on Win 7? I'm on my 8th build

Re: Is anyone able to build on Win 7

2012-02-01 Thread Kelly O'Hair
(0.237/5/3) 2011-03-29 10:10 i686 Cygwin bash 4.1.10(4) // installed by Cygwin setup.exe make 3.82 // compiled by myself On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunetpeter.bru...@oracle.com wrote: Is anyone able to build on Win 7? I'm on my 8th build hoping to get to the end and have

Re: Is anyone able to build on Win 7

2012-02-01 Thread Kelly O'Hair
On Feb 1, 2012, at 9:43 AM, Volker Simonis wrote: Quite contrary to Cygwin 1.7.9, the build reproducibly freezes after finishing jdk/make/java/jvm when entering jdk/make/java/redist and I hove no idea why. So the bad news is that the build problems on Windows7 will eventually get even worse

Re: Is anyone able to build on Win 7

2012-01-25 Thread Volker Simonis
, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote: Is anyone able to build on Win 7?  I'm on my 8th build hoping to get to the end and have seen these errors: out of memory, 3 times - I have more than enough memory fork: Resource temporarily unavailable, 3 times error 126

Re: Is anyone able to build on Win 7

2012-01-25 Thread Pete Brunet
WDFV00248216A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin bash 4.1.10(4) // installed by Cygwin setup.exe make 3.82 // compiled by myself On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote: Is anyone able to build on Win 7? I'm on my 8th build hoping to get to the end

Re: Is anyone able to build on Win 7

2012-01-25 Thread Pete Brunet
-a): CYGWIN_NT-5.2-WOW64 WDFV00248216A 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin bash 4.1.10(4) // installed by Cygwin setup.exe make 3.82 // compiled by myself On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote: Is anyone able to build on Win 7? I'm on my 8th

Re: Is anyone able to build on Win 7

2012-01-25 Thread Kelly O'Hair
4.1.10(4) // installed by Cygwin setup.exe make 3.82 // compiled by myself On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote: Is anyone able to build on Win 7? I'm on my 8th build hoping to get to the end and have seen these errors: out of memory, 3 times - I have

Re: Is anyone able to build on Win 7

2012-01-25 Thread Pete Brunet
make 3.82 // compiled by myself On Tue, Jan 24, 2012 at 5:52 PM, Pete Brunet peter.bru...@oracle.com wrote: Is anyone able to build on Win 7? I'm on my 8th build hoping to get to the end and have seen these errors: out of memory, 3 times - I have more than enough memory fork: Resource

Is anyone able to build on Win 7

2012-01-24 Thread Pete Brunet
Is anyone able to build on Win 7? I'm on my 8th build hoping to get to the end and have seen these errors: out of memory, 3 times - I have more than enough memory fork: Resource temporarily unavailable, 3 times error 126, once I have read http://cygwin.com/faq-nochunks.html#faq.using.bloda so

Re: Is anyone able to build on Win 7

2012-01-24 Thread Erik Joelsson
in the makefiles that just set the wrong mx flags for your particular system. Hope that helps some! /Erik On 2012-01-24 17:52, Pete Brunet wrote: Is anyone able to build on Win 7? I'm on my 8th build hoping to get to the end and have seen these errors: out of memory, 3 times - I have more than