RFR: 8254173: Add Zero, Minimal hotspot targets to submit workflow

Aleksey Shipilev shade at openjdk.java.net
Wed Oct 7 16:13:12 UTC 2020


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.

Testing:
  - [ ] (trying to see what automated checks would run on this PR)

-------------

Commit messages:
 - 8254173: Add Zero, Minimal hotspot targets to submit workflow

Changes: https://git.openjdk.java.net/jdk/pull/546/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=546&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8254173
  Stats: 8 lines in 1 file changed: 8 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/546.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/546/head:pull/546

PR: https://git.openjdk.java.net/jdk/pull/546



More information about the build-dev mailing list