RFR: 8359870: JVM crashes in AccessInternal::PostRuntimeDispatch [v6]
Kevin Walls
kevinw at openjdk.org
Fri Jun 27 15:02:19 UTC 2025
On Fri, 27 Jun 2025 12:24:50 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Test requires: permit linux debug testing
>
> 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25958#discussion_r2172202952
More information about the serviceability-dev
mailing list