Withdrawn: 8257146: C2: extend the scope of StressGCM

duke duke at openjdk.java.net
Thu Mar 4 11:23:41 UTC 2021


On Thu, 26 Nov 2020 20:36:53 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> Extend the scope of StressGCM by allowing it to move instructions into basic blocks with worse frequency. This should improve StressGCM's ability to expose bugs where C2 relies on GCM heuristics for correctness.
> 
> Tested with StressGCM enabled on `hs-tier1-3` and a single repetition, the following test cases fail on `linux-aarch64-debug` and require further investigation:
> - `serviceability/sa/ClhsdbJstackXcompStress.java`
> - `compiler/c2/cr6663848/Tester.java`
> 
> Also tested with StressGCM disabled (default)  on `hs-tier1-3`, all tests pass.

This pull request has been closed without being integrated.

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

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


More information about the hotspot-compiler-dev mailing list