RFR: 8314243: Make VM_Exit::wait_for_threads_in_native_to_block wait for user threads time configurable [v2]

Jiangli Zhou jiangli at openjdk.org
Mon Nov 13 23:31:01 UTC 2023


> CSR: https://bugs.openjdk.org/browse/JDK-8314305

Jiangli Zhou has updated the pull request incrementally with one additional commit since the last revision:

  Incorporate feedback/suggestion from David Holmes:
  - Change the flag to be expressed as the number of 10ms chunks (i.e. number of wait attempts) to wait.
  - Limit the max allowed wait to 10s. That's 1000 wait attempts with each attempt=10ms.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16591/files
  - new: https://git.openjdk.org/jdk/pull/16591/files/173d2ad0..8a02e7e5

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

  Stats: 8 lines in 2 files changed: 2 ins; 1 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/16591.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16591/head:pull/16591

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


More information about the hotspot-runtime-dev mailing list