On Wed, 7 Oct 2020 16:07:57 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> Zero VM and Minimal VM builds are routinely discovering the problems with > internal Hotspot dependencies. Mostly because > they turn off the whole lot of VM features, and every path that is not > guarded by a feature #ifdef or build file list > fails. It would be good to add Zero and Minimal targets to submit workflow. > > It seems to add two ~9 minute stages, compared to ~17 minute stage for > building no-pch hotspot, and ~33 minutes for > full JDK. > Attention @rwestberg. > > Testing: > - [x] GH workflow still works; see [latest run > ](https://github.com/shipilev/jdk/actions/runs/293805791) This pull request has now been integrated. Changeset: bc236903 Author: Aleksey Shipilev <sh...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/bc236903 Stats: 8 lines in 1 file changed: 8 ins; 0 del; 0 mod 8254173: Add Zero, Minimal hotspot targets to submit workflow Reviewed-by: erikj, rwestberg ------------- PR: https://git.openjdk.java.net/jdk/pull/546