JDK-8325610 : CTW: Add StressIncrementalInlining to stress options
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17,21.0.3,22,23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-02-12
  • Updated: 2024-10-21
  • Resolved: 2024-02-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17 JDK 21 JDK 23
17.0.14Fixed 21.0.6Fixed 23 b11Fixed
Related Reports
Relates :  
Description
CtwRunner opts-in into various C2 randomizers:
https://github.com/openjdk/jdk/blob/6a12362660d6221beb3a059dc90d06a8068cce39/test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java#L297-L301

I think we forgot to add -XX:+StressIncrementalInlining there, which was added by JDK-8319879.
Comments
[jdk17u-fix-request] Approval Request from Satyen Subramaniam for backport. Adding missing flag to tests, doesn't impact functionality. Tested with tier1, tier2, and GHA tests. Risk is low.
18-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/2976 Date: 2024-10-18 18:48:08 +0000
18-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/1064 Date: 2024-10-17 21:34:38 +0000
17-10-2024

[jdk21u-fix-request] Approval Request from Satyen Subramaniam for backport. Adding missing flag to tests, doesn't impact functionality. Tested with tier1, tier2, and GHA tests. Risk is low.
17-10-2024

Changeset: 5bf859c8 Author: Joshua Cao <joshcao@amazon.com> Committer: Aleksey Shipilev <shade@openjdk.org> Date: 2024-02-20 08:54:36 +0000 URL: https://git.openjdk.org/jdk/commit/5bf859c8e9bd54cfd254a1485509a7dfa12d02af
20-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17897 Date: 2024-02-16 22:08:27 +0000
16-02-2024

Good catch, it should definitely be added there.
12-02-2024