JDK-8055286 : Extend CompileCommand=option to handle numeric parameters
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-08-18
  • Updated: 2015-06-03
  • Resolved: 2014-08-29
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 8 JDK 9
8u40Fixed 9 b31Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Description
Currently, CompileCommand=option can handle only boolean parameters. We want to extend CompileCommand to handle numeric parameters as well.

Vladimir Kozlov suggests:

"May be add additional parameter 'type':

 option,Klass::method,type,flag,value

use the same type names as in globals.hpp. And you need to keep current format:

 option,Klass::method,flag

by check the name of flag and if it is type - use extended format."