How do you "make everything"?

Archie Cobbs archie.cobbs at gmail.com
Tue Jan 21 23:35:30 UTC 2025


Hi Magnus,

Thanks for the info - very helpful.

Funny that just a week or two after posting this question, I was bit by the
very problem described... the fix for JDK-8344148
<https://bugs.openjdk.org/browse/JDK-8348038> passed all of the GitHub
actions and all my standard "compiler proving ground" build targets. But
there was one target that was not included in that list, and it was
failing: all-docs-bundles. D'oh!

So I've added it to my list...

make
make test TEST="langtools_javac"
make hotspot
make static-libs-bundles
make product-bundles
make test-bundles
make bootcycle-images
make all-docs-bundles

Magnus do you think this list could be worth capturing as a new makefile
target, e.g., "javac-proving-ground" or somesuch?

Thanks,
-Archie

-- 
Archie L. Cobbs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/compiler-dev/attachments/20250121/bda6af42/attachment-0001.htm>


More information about the compiler-dev mailing list