RFR: 8256535: C2: randomize CCP processing order for stress testing

Roberto Castañeda Lozano rcastanedalo at openjdk.java.net
Tue Dec 15 08:38:13 UTC 2020


On Mon, 14 Dec 2020 12:42:49 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

>> Add 'StressCCP' option to randomize the selection of the node to be examined in
>> each CCP iteration.
>
> Tested with:
> 
> -  test cases updated in this change (`TestStressOptions.java`, `TestGenerateStressSeed.java`, `TestStressIGVNAndCCP.java`)
> - 20 repetitions of the `hotspot_compiler` test group with `-XX:+StressCCP`

I assume the failures in the GitHub pre-submit tests are due to some problem with the GitHub Actions setup, as the same tests pass locally.

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

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


More information about the hotspot-compiler-dev mailing list