RFR: 8369683: Exclude runtime/Monitor/MonitorWithDeadObjectTest.java#DumpThreadsBeforeDetach on Alpine Linux debug [v2]
David Holmes
dholmes at openjdk.org
Wed Oct 15 12:34:50 UTC 2025
On Wed, 15 Oct 2025 12:22:26 GMT, Christoph Langer <clanger at openjdk.org> wrote:
>> Since the test runtime/Monitor/MonitorWithDeadObjectTest.java#DumpThreadsBeforeDetach is constantly failing for debug builds on Linux Alpine [JDK-8366133](https://bugs.openjdk.org/browse/JDK-8366133), let's exclude it there for the time being.
>
> Christoph Langer has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove blanks
test/hotspot/jtreg/runtime/Monitor/MonitorWithDeadObjectTest.java line 42:
> 40: /*
> 41: * @test id=DumpThreadsBeforeDetach
> 42: * @requires os.family != "windows" & os.family != "aix" & (!vm.musl | !vm.debug)
Suggestion:
* @comment Temporarily exclude on Musl-C debug until JDK-8366133 is fixed.
* @requires os.family != "windows" & os.family != "aix" & (!vm.musl | !vm.debug)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27770#discussion_r2432382430
More information about the hotspot-runtime-dev
mailing list