Integrated: 8347629: Test FailOverDirectExecutionControlTest.java fails with -Xcomp
Jan Lahoda
jlahoda at openjdk.org
Wed Feb 5 06:47:19 UTC 2025
On Thu, 23 Jan 2025 11:40:11 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
> The `FailOverDirectExecutionControlTest` test looks-up/creates a `Logger`, configures it, but it is not holding it while the test is running. As a consequence, the `Logger` may be GCed, loosing the configuration, and consequently failing the test.
>
> The proposal in this PR is to hold the configured `Logger` instance for the duration of the test.
This pull request has now been integrated.
Changeset: 09269497
Author: Jan Lahoda <jlahoda at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/09269497a27c732ce4644d0bb95e0380162398c9
Stats: 4 lines in 1 file changed: 2 ins; 1 del; 1 mod
8347629: Test FailOverDirectExecutionControlTest.java fails with -Xcomp
Reviewed-by: liach
-------------
PR: https://git.openjdk.org/jdk/pull/23265
More information about the kulla-dev
mailing list