<div dir="ltr"><div>There are build targets in OpenJDK that the Github actions don't build. For example, "make bootcycle" is not done by Github actions.</div><div><br></div><div>This is of particular concern to compiler developers because most build targets use the compiler, and one wants to make sure compiler changes don't break any of those build targets; the success of Github actions is not sufficient.<br></div><div><br></div><div>So what do people do when they want to "make everything"?</div><div><br></div><div>FWIW I've been doing this:</div><div><br></div><div style="margin-left:40px">make</div><div style="margin-left:40px">make hotspot<br>make static-libs-bundles<br>make product-bundles<br>make test-bundles<br>make bootcycle-images<br></div><div><br></div><div>but that list is just ad hoc and based mostly on past mistakes. Is there a more complete list that includes every make target that could possibly be affected by a change to the Java compiler?<br></div><div><br></div><div>Thanks,</div><div>-Archie</div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Archie L. Cobbs<br></div></div>