JDK-8210670 : Accept double-dash VM-name options at launch time
  • Type: Enhancement
  • Component: tools
  • Sub-Component: launcher
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2018-09-12
  • Updated: 2018-09-12
Related Reports
Blocks :  
CSR :  
Relates :  
Relates :  
Description
Per JEP 293 (Guidelines for JDK Command-Line Tool Options) [1], enhance the Java launcher so that `--server` is accepted to select the server VM, in addition to `-server`, and likewise for any other VMs listed in the $JDK/lib/jvm.cfg file.

[1] http://openjdk.java.net/jeps/293