[jdk17u-dev] RFR: 8072070: Improve interpreter stack banging

Dmitry Chuyko dchuyko at openjdk.org
Thu Oct 27 11:08:25 UTC 2022


Original patch applies almost cleanly. The only difference is in os.cpp where `thread->as_Java_thread()` is used instead of `JavaThread::cast(thread)` because https://bugs.openjdk.org/browse/JDK-8268368 (Adopt cast notation for JavaThread conversions) is not in 17u.

Testing: jtreg tier1, tier2 on x86 and aarch64.

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

Commit messages:
 - Backport 3a13425bc9088cbb6d95e1a46248d7eba27fb1a6

Changes: https://git.openjdk.org/jdk17u-dev/pull/848/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=848&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8072070
  Stats: 177 lines in 5 files changed: 155 ins; 4 del; 18 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/848.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev pull/848/head:pull/848

PR: https://git.openjdk.org/jdk17u-dev/pull/848


More information about the jdk-updates-dev mailing list