On 30/04/2018 21:19, Erik Joelsson wrote:
Compact profiles were added in JDK 8, and superceded by modules in JDK
9. The build logic for compact profiles was left in place in 9, but as
we head into 11 it is time to remove this. This patch removes all the
build logic related to that.
Bug: https://bugs.openjdk.java.net/browse/JDK-8196113
Webrev: http://cr.openjdk.java.net/~erikj/8196113/webrev.01/index.html
This looks good. Anyone that wants the equivalent of the Compact
Profiles can use jlink so no need for support in the build now.
-Alan