[jdk17u-dev] Integrated: 8276711: compiler/codecache/cli tests failing when SegmentedCodeCache used with -Xint
Evgeny Astigeevich
eastigeevich at openjdk.org
Wed Sep 13 21:04:55 UTC 2023
On Tue, 12 Sep 2023 12:01:23 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:
> Clean backport to have a non-segmented CodeCache for JVM running with `-XX:TieredStopAtLevel=0 -XX:+SegmentedCodeCache`. The fix has been in mainline for 1.5 years.
> Risks are low: the fix prevents the allocation of the non-profiled code heap which is not used in the interpreter-only mode.
>
> Additional testing:
> - [x] Linux x86_64 fastdebug: `tier1`
> - [x] Linux x86_64 fastdebug: `tier2`
> - [x] Linux x86_64 fastdebug: `tier3`
> - [x] Linux AArch64 fastdebug: `tier1`
> - [x] Linux AArch64 fastdebug: `tier2`
> - [x] Linux AArch64 fastdebug: `tier3`
This pull request has now been integrated.
Changeset: 444f8296
Author: Evgeny Astigeevich <eastigeevich at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/444f8296b37d0ed36c2a9e7c4c9522fe88ce1de9
Stats: 34 lines in 5 files changed: 8 ins; 15 del; 11 mod
8276711: compiler/codecache/cli tests failing when SegmentedCodeCache used with -Xint
Backport-of: 7822cbce10e0c0c6f9bf521faebc89a0af20734e
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/1728
More information about the jdk-updates-dev
mailing list