On Fri, 27 Jun 2025 14:44:08 GMT, Kevin Walls <kev...@openjdk.org> wrote:
>> test/jdk/com/sun/management/HotSpotDiagnosticMXBean/DumpThreadsWithEliminatedLock.java >> line 30: >> >>> 28: * an object that is scalar replaced >>> 29: * @requires vm.compMode != "Xcomp" >>> 30: * @requires !vm.debug | (os.family == "linux") >> >> Is this a left over from your local testing? There is nothing Linux specific >> here. > > I saw the test timeout in debug builds on win and mac (as expected). > > On Linux, fastdebug builds run OK, take about 1m30 in CI and could be useful. > If further testing doesn't find a timeout issue, I'd like to leave this in, > to not exclude linux debug builds. There is nothing Linux in this change or test so I think drop the change to the test and create a separate for the timeout you saw. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25958#discussion_r2172210930