RFR: 8233429: Minimal and zero VM build broken after JDK-8227003
Aleksey Shipilev
shade at redhat.com
Mon Nov 4 08:53:47 UTC 2019
On 11/2/19 10:29 AM, Jie Fu wrote:
> Hi all,
>
> May I get reviews for this small fix?
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8233429
> Webrev: http://cr.openjdk.java.net/~jiefu/8233429/webrev.00/
Looks fine to me.
The alternative is to stub out CompilationModeFlag::*() definitions under TIERED define, but that
would be more awkward than effectively using the "default" mode for minimal and zero VMs.
--
Thanks,
-Aleksey
More information about the hotspot-compiler-dev
mailing list