RFR: 8315680: java/lang/ref/ReachabilityFenceTest.java should run with -Xbatch

Paul Sandoz psandoz at openjdk.org
Tue Nov 7 17:48:32 UTC 2023


On Tue, 7 Nov 2023 17:45:36 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> This test requires certain methods to be compiled, but without `-Xbatch` the compiler races against the test code, which can lead to intermittent failures.
>
> Marked as reviewed by psandoz (Reviewer).

> @PaulSandoz do you see any problem with this change? Adding `-Xbatch` does not significantly increase the test run time.

Seems ok to me.

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

PR Comment: https://git.openjdk.org/jdk/pull/16023#issuecomment-1799331748


More information about the core-libs-dev mailing list