[jdk21u] RFR: 8309209: C2 failed "assert(_stack_guard_state == stack_guard_reserved_disabled) failed: inconsistent state"

Aleksey Shipilev shade at openjdk.org
Wed Nov 1 17:36:11 UTC 2023


Clean backport to handle the ReservedStackArea corner case for more platforms. The fix for x86_64 was done in JDK 9. This brings it on par with other platforms. (Just in case, CC-ing original platform maintainers / porters: @TheRealMDoerr, @RealFYang, @theRealAph).

Additional testing:
 - [ ] Linux AArch64 fastdebug `tier1 tier2 tier3`

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

Commit messages:
 - Backport 52ee570025589d4d813ec4deae1f6133ca83156b

Changes: https://git.openjdk.org/jdk21u/pull/318/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk21u&pr=318&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8309209
  Stats: 25 lines in 5 files changed: 25 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk21u/pull/318.diff
  Fetch: git fetch https://git.openjdk.org/jdk21u.git pull/318/head:pull/318

PR: https://git.openjdk.org/jdk21u/pull/318


More information about the jdk-updates-dev mailing list