RFR: 8350214: Test gtest/AsyncLogGtest.java fails after JDK-8349755 [v2]
Johan Sjölen
jsjolen at openjdk.org
Wed Feb 19 09:35:31 UTC 2025
> Hi,
>
> [8349755](https://bugs.openjdk.org/browse/JDK-8349755) introduced a bug in debug builds when running with `-Xlog:async -Xlog:all=debug`. Specifically, this will cause UL to select for `deathtest` and `deathtest2`, which should only be selected when explicitly asked for.
>
> In order to fix this, I've added a small debug-only snippet which ensures that any wildcard selector does not select `deathtest` or `deathtest2`. I've also added a testcase in order to catch this regression.
Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
ASSERT not assert
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/23675/files
- new: https://git.openjdk.org/jdk/pull/23675/files/8fb5aba3..d2cfe22f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=23675&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=23675&range=00-01
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/23675.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23675/head:pull/23675
PR: https://git.openjdk.org/jdk/pull/23675
More information about the hotspot-runtime-dev
mailing list