RFR: 8263582: WB_IsMethodCompilable ignores compiler directives [v2]
Nils Eliasson
neliasso at openjdk.java.net
Tue Mar 30 12:13:22 UTC 2021
On Fri, 26 Mar 2021 22:29:55 GMT, Vladimir Kozlov <kvn 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.
You can set Exclude differently for c1 and c2. That's sometimes very handy when creating more complex combinations of directives.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3195
More information about the hotspot-dev
mailing list