RFR: 8311946: add support for libgraal specific jtreg tests [v2]
Doug Simon
dnsimon at openjdk.org
Wed Jul 12 19:46:21 UTC 2023
On Wed, 12 Jul 2023 18:18:49 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Doug Simon has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix wrong flag name
>
> test/lib/jdk/test/whitebox/code/Compiler.java line 103:
>
>> 101: return false;
>> 102: }
>> 103: Boolean useJvmciNativeLibrary = WB.getBooleanVMFlag("UseJVMCICompiler");
>
> Typo: "UseJVMCICompiler". Should be "UseJVMCINativeLibrary".
That's embarrassing! Thanks for catching it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14851#discussion_r1261650544
More information about the hotspot-dev
mailing list