Integrated: 8268475: execute runtime/InvocationTests w/ -UseVtableBasedCHA

Igor Ignatyev iignatyev at openjdk.java.net
Thu Jun 10 03:22:20 UTC 2021


On Wed, 9 Jun 2021 18:23:15 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi all,
> 
> could you please review this small test-only patch?
> from JBS:
>> execution of runtime/InvocationTests w/ -XX:-UseVtableBasedCHA can be instrumental in finding bugs in the old implementation of CHA.
> 
> the patch adds a new test `invocationOldCHATests.java` which is based on `invocationC1Tests.java` but runs the tests w/ `-Xcomp -XX:+UnlockDiagnosticVMOptions -XX:-UseVtableBasedCHA`.
> 
> testing: `invocationOldCHATests.java` on `{linux,windows,macosx}-x64`
> 
> Thanks,
> -- Igor

This pull request has now been integrated.

Changeset: 2623b0bf
Author:    Igor Ignatyev <iignatyev at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2623b0bf3954df43504ca531cb2ab33b2363929a
Stats:     7 lines in 1 file changed: 0 ins; 1 del; 6 mod

8268475: execute runtime/InvocationTests w/ -UseVtableBasedCHA

Reviewed-by: mseledtsov, kvn

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

PR: https://git.openjdk.java.net/jdk/pull/4438


More information about the hotspot-compiler-dev mailing list