[jdk16] RFR: 8258647: TestCharVect2 is very slow
Nils Eliasson
neliasso at openjdk.java.net
Thu Dec 17 21:57:00 UTC 2020
On Thu, 17 Dec 2020 21:46:50 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> This is fixes compiler/codegen/TestCharVect2.java that suffers from the same problems as the tests fixed in JDK-8258225.
>>
>> With the fix the test is fast enough to run with c1 only - so I removed the @requires attribute.
>
> Looks good.
I can add that all the other tests that seem to be auto generated in the same format, they all run with -XX:-TieredCompilation and are not subject to this problem.
-------------
PR: https://git.openjdk.java.net/jdk16/pull/46
More information about the hotspot-compiler-dev
mailing list