Re: RFR: JDK-8272945: Use snippets in java.compiler documentation [v2]

2021-12-07 Thread Erik Joelsson
On Tue, 7 Dec 2021 03:05:41 GMT, Jonathan Gibbons wrote: >> Please review a patch to use snippets in the `java.compiler` documentation, >> instead of a mix of raw HTML and/or `{@code ...}`. The change is just about >> the presentation of the code fragments; there are no changes to the >> norm

Integrated: 8244602: Add JTREG_REPEAT_COUNT to repeat execution of a test

2021-12-07 Thread Aleksey Shipilev
On Mon, 6 Dec 2021 11:12:22 GMT, Aleksey Shipilev wrote: > This adds the test repeat feature in the build system. This is convenient to > follow-up on intermittently failing tests: the `REPEAT_COUNT > 0` would run > the test multiple times, until we run out of repeats or the tests fail. > > Wi

Re: RFR: 8244602: Add JTREG_REPEAT_COUNT to repeat execution of a test

2021-12-07 Thread Aleksey Shipilev
On Mon, 6 Dec 2021 11:12:22 GMT, Aleksey Shipilev wrote: > This adds the test repeat feature in the build system. This is convenient to > follow-up on intermittently failing tests: the `REPEAT_COUNT > 0` would run > the test multiple times, until we run out of repeats or the tests fail. > > Wi