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

2023-11-07 Thread Gergö Barany
On Tue, 3 Oct 2023 07:47:30 GMT, Gergö Barany 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. This pull request has now been integrated. Changeset: a290256b Author:

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

2023-10-31 Thread Gergö Barany
On Tue, 3 Oct 2023 07:47:30 GMT, Gergö Barany 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. @TobiHartmann might I ask you for a review of this trivial PR, or to sugg

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

2023-10-03 Thread Gergö Barany
This test requires certain methods to be compiled, but without `-Xbatch` the compiler races against the test code, which can lead to intermittent failures. - Commit messages: - 8315680: java/lang/ref/ReachabilityFenceTest.java should run with -Xbatch Changes: https://git.openjdk.or