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

Doug Simon dnsimon at openjdk.org
Tue Nov 7 13:00:31 UTC 2023


On Tue, 3 Oct 2023 07:47:30 GMT, Gergö Barany <gbarany 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.

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

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

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


More information about the core-libs-dev mailing list