Integrated: 8263200: Add -XX:StressCCP to CTW

Igor Ignatyev iignatyev at openjdk.java.net
Mon Mar 8 18:47:08 UTC 2021


On Mon, 8 Mar 2021 18:05:46 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi all,
> 
> could you please review the tiny patch which adds `-XX:+StressCCP` flag to CTW testlibrary?
> 
> from JBS:
>> similar to StressLCM, StressGCM, and StressIGVN flags, recently introduced (by [JDK-8256535](https://bugs.openjdk.java.net/browse/JDK-8256535)) StressCCP can increase the probability to find compiler bugs, hence it makes sense to add this flag to CTW testlibrary.
> 
> testing:
>  - [x] `test/hotspot/jtreg/applications/ctw/` 20 times on `{linux,windows,macosx}-x64` 
>  - [x] `testlibrary_tests/ctw/` on `macosx-x64`
> 
> Thanks,
> -- Igor

This pull request has now been integrated.

Changeset: 17853ee9
Author:    Igor Ignatyev <iignatyev at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/17853ee9
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

8263200: Add -XX:StressCCP to CTW

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list