On Tue, 10 Mar 2026 09:44:18 GMT, Jaikiran Pai <[email protected]> wrote:
> Can I please get a review of this test-only change which proposes to use > "othervm" for some of these tests that configure java.util.logging logger > handlers? > > As noted in https://bugs.openjdk.org/browse/JDK-8379477 some of these test > definitions don't explicitly require a othervm and thus can interfere with > one another when configuring logging handlers (for the same logger). The > tests themselves don't seem to do anything useful with those loggers or > logging handlers, so the logging configuration could infact be completely > removed. But after discussing about it, we decided to just switch them over > to othervm for now and also use ConsoleHandler in all these tests. > > tier testing completed successfully with this change. This pull request has now been integrated. Changeset: 20ae5279 Author: Jaikiran Pai <[email protected]> URL: https://git.openjdk.org/jdk/commit/20ae5279cb458733de07b5c1411c67ae7998fba4 Stats: 436 lines in 13 files changed: 215 ins; 179 del; 42 mod 8379477: Tests in test/jdk/com/sun/net/httpserver/ may need to use othervm Reviewed-by: vyazici ------------- PR: https://git.openjdk.org/jdk/pull/30158
