RFR: 8263582: WB_IsMethodCompilable ignores compiler directives [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Tue Mar 30 16:17:10 UTC 2021
On Tue, 30 Mar 2021 12:06:36 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:
>> I thought `exclude` command does not specify which compilation level (and corresponding compiler) is disabled - it disables all compilations.
>> But may be it is not true for directives. @neliasso, please, correct me if I am wrong.
>
>> I thought `exclude` command does not specify which compilation level (and corresponding compiler) is disabled - it disables all compilations.
>> But may be it is not true for directives. @neliasso, please, correct me if I am wrong.
>
> You can set Exclude differently for c1 and c2. That's sometimes very handy when creating more complex combinations of directives.
Changes good then.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3195
More information about the hotspot-dev
mailing list