RFR: 8309697: [TESTBUG] Remove "@requires vm.flagless" from jtreg vectorization tests
Pengfei Li
pli at openjdk.org
Mon Jul 31 07:51:57 UTC 2023
On Wed, 26 Jul 2023 18:29:06 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Why not run with BackgroundCompilation OFF?
I just explained the reason in my another reply above. Using time for check is to avoid jtreg timeout with extra VM options like `-XX:CompileThreshold=100 -XX:-TieredCompilation`. But I think this can also be avoided if we get reference result from C1 execution. What do you think of the new approach?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15011#discussion_r1278910150
More information about the hotspot-compiler-dev
mailing list