RFR: 8290066: Remove KNL specific handling for new CPU target check in IR annotation [v2]

Jatin Bhateja jbhateja at openjdk.org
Mon Jul 11 21:03:30 UTC 2022


On Mon, 11 Jul 2022 16:38:12 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8290066: Removing newly added white listed options.
>
> test/hotspot/jtreg/compiler/lib/ir_framework/TestFramework.java line 138:
> 
>> 136:                     "Xlog",
>> 137:                     "UseAVX",
>> 138:                     "UseKNLSetting",
> 
> I don't think we should add these flags to whitelist in these changes - they can affect generated code.
> New RFE is filed already to handle such flags: [8289801](https://bugs.openjdk.org/browse/JDK-8289801)

Done.

-------------

PR: https://git.openjdk.org/jdk/pull/9452


More information about the hotspot-compiler-dev mailing list