RFR: 8021314 minimal1.make needs to force off components not supported by the minimal VM
David Holmes
david.holmes at oracle.com
Thu Jul 25 00:02:19 PDT 2013
webrev: http://cr.openjdk.java.net/~dholmes/8021314/webrev/
A simple fix. Where we used ?= to only set an INCLUDE_* variable to
false if not already set, we really want to set it to false regardless.
You can still pass the variable as make arg to bypass this logic if you
know what you are doing, but we don't want to other parts of the build
to enable variables that the minimal VM doesn't support.
Thanks,
David
More information about the hotspot-dev
mailing list