RFR: 8256535: C2: randomize CCP processing order for stress testing
Roberto Castañeda Lozano
rcastanedalo at openjdk.java.net
Tue Dec 22 19:50:57 UTC 2020
On Mon, 21 Dec 2020 10:02:03 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
>> Looks good. Before integration, please make sure to run this through testing with `-XX:RepeatCompilation` to make sure it does not trigger any bugs right away.
>
> Tested on hs-tier1-3 with `-XX:+StressCCP -XX:+LogCompilation -XX:RepeatCompilation=20` as requested by @TobiHartmann. All 76 failures have been traced to test code not handling `LogCompilation`, `RepeatCompilation` (for example [JDK-8258682](https://bugs.openjdk.java.net/browse/JDK-8258682)), or both. No failure could be attributed to `StressCCP` itself. Requesting integration.
Postponing integration until I am back from holidays.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1765
More information about the hotspot-compiler-dev
mailing list