RFR: 8359870: JVM crashes in AccessInternal::PostRuntimeDispatch [v6]
Alan Bateman
alanb at openjdk.org
Fri Jun 27 15:02:20 UTC 2025
On Fri, 27 Jun 2025 14:44:08 GMT, Kevin Walls <kevinw at 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
More information about the serviceability-dev
mailing list