RFR: 8276571: C2: pass compilation options as structure [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Thu Nov 4 16:16:38 UTC 2021
On Thu, 4 Nov 2021 09:29:44 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Address review comments
>
> src/hotspot/share/opto/compile.cpp line 490:
>
>> 488: #ifndef PRODUCT
>> 489: // Check if recompiling
>> 490: if ((subsume_loads() == false) && PrintOpto) {
>
> Suggestion:
>
> if (!subsume_loads() && PrintOpto) {
done
-------------
PR: https://git.openjdk.java.net/jdk/pull/6237
More information about the hotspot-dev
mailing list