JDK-8309185 : Release Note: Unify Syntax of CompileOnly and CompileCommand
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21
  • Priority: P4
  • Status: Closed
  • Resolution: Withdrawn
  • Submitted: 2023-05-31
  • Updated: 2023-05-31
  • Resolved: 2023-05-31
Description
`-XX:CompileOnly=pattern1,[...],patternN` is new an alias for `-XX:CompileCommand=compileonly,pattern1 [...] -XX:CompileCommand=compileonly,patternN`