-
Bug
-
Resolution: Fixed
-
P2
-
8
-
b62
-
b64
-
x86
-
os_x
-
Verified
Log ends with:
CompileJavaClasses.gmk:401: warning: overriding commands for target `/localhome/erik/jdk8-build/build/macosx-x86_64-normal-server-release/jdk/gensrc_headers/_the.headers'
CompileJavaClasses.gmk:295: warning: ignoring old commands for target `/localhome/erik/jdk8-build/build/macosx-x86_64-normal-server-release/jdk/gensrc_headers/_the.headers'
CompileJavaClasses.gmk:295: *** Cannot list safely more than 10000 paths. BUILD_JDK_SRCS has 10081 paths!. Stop.
make[2]: *** Waiting for unfinished jobs....
The reason for this failure is that the number of java classes in the main compilation for mac has gone over 10000, which is the maximum number of files the utility macro ListPathsSafely can output. This can easily be increased. Since it's just a question of time until this hits other platforms, lets increase it a lot.
CompileJavaClasses.gmk:401: warning: overriding commands for target `/localhome/erik/jdk8-build/build/macosx-x86_64-normal-server-release/jdk/gensrc_headers/_the.headers'
CompileJavaClasses.gmk:295: warning: ignoring old commands for target `/localhome/erik/jdk8-build/build/macosx-x86_64-normal-server-release/jdk/gensrc_headers/_the.headers'
CompileJavaClasses.gmk:295: *** Cannot list safely more than 10000 paths. BUILD_JDK_SRCS has 10081 paths!. Stop.
make[2]: *** Waiting for unfinished jobs....
The reason for this failure is that the number of java classes in the main compilation for mac has gone over 10000, which is the maximum number of files the utility macro ListPathsSafely can output. This can easily be increased. Since it's just a question of time until this hits other platforms, lets increase it a lot.