RFR: 8369573: Add missing compile commands help documentation for the signature part of method patterns [v2]

Daniel Lundén dlunden at openjdk.org
Thu Oct 16 08:10:52 UTC 2025


> The documentation of the signature part of method patterns in `java -XX:CompileCommand=help` is missing. We should add it.
> 
> ### Changeset
> - Improve the documentation of signatures in `java -XX:CompileCommand=help`.
> 
> ### Testing
> 
> - [GitHub Actions](https://github.com/dlunde/jdk/actions/runs/18500483034)
> - `tier1` and HotSpot parts of `tier2` and `tier3` (and additional Oracle-internal testing) on Windows x64, Linux x64, Linux aarch64, macOS x64, and macOS aarch64.

Daniel Lundén has updated the pull request incrementally with one additional commit since the last revision:

  Update src/hotspot/share/compiler/compilerOracle.cpp
  
  Co-authored-by: Tobias Hartmann <tobias.hartmann at oracle.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27818/files
  - new: https://git.openjdk.org/jdk/pull/27818/files/687bbfbb..b9ade2d4

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27818&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27818&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/27818.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27818/head:pull/27818

PR: https://git.openjdk.org/jdk/pull/27818


More information about the hotspot-compiler-dev mailing list