RFR: 8364819: Post-integration cleanups for JDK-8359820

Aleksey Shipilev shade at openjdk.org
Wed Aug 6 10:41:02 UTC 2025


On Wed, 6 Aug 2025 10:05:08 GMT, Anton Artemov <duke at openjdk.org> wrote:

> Hi, please consider the following changes:
> 
> This is a cleanup after https://github.com/openjdk/jdk/pull/26309
> 
> 1) `_handshake_timed_out_thread `and `_safepoint_timed_out_thread` are now `Thread*` and not `intptr_t`, no conversions `p2i <-> i2p` needed.
> 
> 2) Added a missed brace in the error message. 
> 
> Trivial change.

Also a closing parenthesis in test/hotspot/jtreg/runtime/Safepoint/TestAbortVMOnSafepointTimeout.java message matcher, I think?

A better name for the PR and ticket is: "8364819: Post-integration cleanups for JDK-8359820"

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26656#issuecomment-3159406353
PR Comment: https://git.openjdk.org/jdk/pull/26656#issuecomment-3159417870


More information about the hotspot-dev mailing list