RFR: 8252219: C2: Randomize IGVN worklist for stress testing [v6]

Christian Hagedorn chagedorn at openjdk.java.net
Thu Sep 24 13:36:17 UTC 2020


On Thu, 24 Sep 2020 07:38:06 GMT, Roberto Castaneda Lozano <github.com+8792647+robcasloz at openjdk.org> wrote:

>> Add `StressIGVN` option to let C2 randomize IGVN worklist order. When enabled, the worklist is shuffled before each
>> main run of the IGVN loop. Also add `GenerateStressSeed` and `StressSeed=N` options to randomly generate or specify the
>> seed. In either case, the seed is logged if `LogCompilation` is enabled. The new options are declared as
>> production+diagnostic for consistency with the existing `StressLCM` and `StressGCM` options.
>
> Roberto Castaneda Lozano has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Empty commit to trigger jcheck after updating GitHub user name

Looks good to me! Thanks for adding the additional test.

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

Marked as reviewed by chagedorn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list