[jdk20] RFR: 8298400: Virtual thread instability when stack overflows [v2]

Ron Pressler rpressler at openjdk.org
Thu Jan 19 09:18:17 UTC 2023


> The stack overflow is detected in the native code and a pending exception is set, but it is not thrown.
> 
> Additionally, the stack overflow detection is changed use StackOverflow::shadow_zone_safe_limit rather than StackOverflow::stack_overflow_limit.

Ron Pressler has updated the pull request incrementally with one additional commit since the last revision:

  Add corresponding change to riscv

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

Changes:
  - all: https://git.openjdk.org/jdk20/pull/101/files
  - new: https://git.openjdk.org/jdk20/pull/101/files/f48e48c6..cd05ad8c

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

  Stats: 11 lines in 2 files changed: 9 ins; 2 del; 0 mod
  Patch: https://git.openjdk.org/jdk20/pull/101.diff
  Fetch: git fetch https://git.openjdk.org/jdk20 pull/101/head:pull/101

PR: https://git.openjdk.org/jdk20/pull/101


More information about the hotspot-compiler-dev mailing list