JDK-8325610 : CTW: Add StressIncrementalInlining to stress options
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21.0.3,22,23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-02-12
  • Updated: 2024-02-27
  • 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 23
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
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