Tried it on Windows 7. Cygwin, make, bootstrap JDK - everything was configured to build JDK with the old system.

Langtools, hotspot, corba, jaxp, jaxws are built fine, but in jdk it fails with the following symptoms:

15830981 [main] sh 7892 C:\cygwin\bin\sh.exe: *** fatal error - fork: can't reserve memory for stack 0x29BCF0 - 0x2A0000, Win32 error 48715830981 [main] sh 7892 C:\cygwin\bin\sh.exe: *** fatal error - fork: can't reserve memory for stack 0x29BCF0 - 0x2A0000, Win32 error 487
Stack trace:
Frame     Function  Args
0028EBA8  6102796B  (0028EBA8, 00000000, 00000000, 00000002)
0028EE98  6102796B  (6117EC60, 00008000, 00000000, 61180977)
0028FEC8  61004F1B  (61180EA0, 0029BCF0, 002A0000, 00000001)
0028FF18  610067E8  (00511EDE, 0028FF20, 00001F80, 037F037F)
0028FF48  6100684D  (00511EDE, 7EFDE000, 0028FF68, 00459F03)
0028FF58  610068CB  (00402010, 61160200, 0028FF88, 0040103D)
0028FF68  00459F03  (00402010, 00000000, 00000000, 00000000)
0028FF88  0040103D  (7EFDE000, 0028FFD4, 776C9EF2, 7EFDE000)
0028FF94  7682339A  (7EFDE000, F0348E7F, 00000000, 00000000)
0028FFD4  776C9EF2  (00401000, 7EFDE000, 00000000, 00000000)
0028FFEC  776C9EC5  (00401000, 7EFDE000, 00000000, 78746341)
End of stack trace
15839974 [main] sh 7892 fork: child -1 - died waiting for longjmp before initialization, retry 0, exit code 0x600, errno 11
/bin/sh: fork: Resource temporarily unavailable
make[2]: *** [/cygdrive/c/work/ws/build-infra-jdk8/build/windows-x64-normal-server-release/jdk/newrt.jar] Error 129
make[1]: *** [all] Error 2
make: *** [jdk] Error 2

Thanks,

Artem

On 4/12/2012 1:47 PM, Magnus Ihse Bursie wrote:
The build-infra project [1] has been working for a while with creating a
new build system. The goals of the project include, but are not limited
to, improved build performance and improved ease of use.

The first part of this project has now been pushed to the jdk8 master
forest. This means that the new build system is available for you to try
out! The old build system is still there, and if you want to continue to
use it, you will notice no difference (for now...).

But if you are interested in trying the new build system, we welcome you
to experiment with it! The basic operation is:
cd common/makefiles
../autoconf/configure
make

More information is available in the new build README [2]. If you want
to try the new build system, please read it first.

Please note that the new build system is not yet complete. We do not yet
have full platform support, nor are all parts of the old build converted
(but then we fall back on the old build system), and there are likely to
be bugs. Most of all, we need to have exposure on a wide range of
different build systems, since the reality is always so much messier
than you'd want to believe. :-) Please help us to resolve such issues
early by trying the new build system!

Any questions or discussions on the new build system should be sent to
build-dev@openjdk.java.net.

/Magnus

[1] http://openjdk.java.net/projects/build-infra/index.html
[2] http://openjdk.java.net/projects/build-infra/guide.html

Reply via email to