RFR: 8364819: Post-integration cleanups for JDK-8359820 [v3]

Anton Artemov duke at openjdk.org
Wed Aug 6 14:06:19 UTC 2025


> 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.

Anton Artemov has updated the pull request incrementally with one additional commit since the last revision:

  8364819: Made handling of timed out thread safe

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26656/files
  - new: https://git.openjdk.org/jdk/pull/26656/files/8c2915bb..594654e4

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26656&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26656&range=01-02

  Stats: 14 lines in 2 files changed: 10 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/26656.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26656/head:pull/26656

PR: https://git.openjdk.org/jdk/pull/26656


More information about the hotspot-dev mailing list