On 04.12.18 14:54, Aleksey Shipilev wrote: > On 12/4/18 2:24 PM, Matthias Klose wrote: >> with jdk-12+22, bootcycle builds fail at least on x86_64-linux-gnu. Is there >> some place where I can check if this kind of build succeeds for others? > > Just did this on jdk/jdk tip, and it passed: > > $ CONF=linux-x86_64-server-fastdebug make bootcycle-images > ... > Creating CDS archive for jdk image > Stopping sjavac server > Finished building target 'product-images' in configuration > 'linux-x86_64-server-fastdebug' > Finished building target 'bootcycle-images' in configuration > 'linux-x86_64-server-fastdebug'
my bad, that happens in the test-image target: In the build log I see: FindJtregGroups /home/packages/openjdk/12/openjdk-12-12~23/test/jdk FindJtregGroups /home/packages/openjdk/12/openjdk-12-12~23/test/langtools FindJtregGroups /home/packages/openjdk/12/openjdk-12-12~23/test/nashorn FindJtregGroups /home/packages/openjdk/12/openjdk-12-12~23/test/jaxp make[5]: Leaving directory '/home/packages/openjdk/12/openjdk-12-12~23' make/Main.gmk:1087: *** target pattern contains no '%'. Stop. make[5]: Entering directory '/home/packages/openjdk/12/openjdk-12-12~23' make[5]: warning: -j1 forced in submake: resetting jobserver mode. Main.gmk: # Let "run-test" be an alias for "test" $(foreach t, $(ALL_NAMED_TESTS), $(eval run-test-$t: test-$t)) $ make --version GNU Make 4.2.1 Built for x86_64-pc-linux-gnu