Integrated: 8256569: Add C2 compiler stress flags to CTW
Igor Ignatyev
iignatyev at openjdk.java.net
Fri Nov 20 15:05:17 UTC 2020
On Fri, 20 Nov 2020 00:04:31 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:
> Hi all,
>
> Could you please review this small patch which adds `-XX:+StressLCM`, `-XX:+StressGCM`, and `-XX:+StressIGVN` flags to the CTW test library? these flags have been found instrumental in increasing the probability to find C2 bugs. The patch also specifies `-XX:StressSeed` flag to keep CTW testing deterministic and reproducible.
>
> testing:
> * [x] `test/hotspot/jtreg/applications/ctw/modules/java_base.java` on `macos-x64`
> * [x] `test/hotspot/jtreg/testlibrary_tests/ctw/` on `macos-x64`
>
> Cheers,
> -- Igor
This pull request has now been integrated.
Changeset: ff00c591
Author: Igor Ignatyev <iignatyev at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/ff00c591
Stats: 9 lines in 1 file changed: 8 ins; 0 del; 1 mod
8256569: Add C2 compiler stress flags to CTW
Reviewed-by: kvn, shade, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/1332
More information about the hotspot-compiler-dev
mailing list